Skip to content

Commit

Permalink
Pass atoms through to the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
rlivsey committed Dec 3, 2015
1 parent 4cc051d commit feddc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/components/mobiledoc-editor/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export default Component.extend({
placeholder: this.get('placeholder'),
spellcheck: this.get('spellcheck'),
autofocus: this.get('autofocus'),
cards: this.get('cards') || []
cards: this.get('cards') || [],
atoms: this.get('atoms') || []
}, options);
}),

Expand Down

0 comments on commit feddc0c

Please sign in to comment.