Skip to content

Commit

Permalink
demo: use simple mobiledoc by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Feb 9, 2016
1 parent f8962c4 commit 00e9388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app/controllers/index.js
Expand Up @@ -7,7 +7,7 @@ let { $ } = Ember;
export default Ember.Controller.extend({
init() {
this._super.apply(this, arguments);
let mobiledoc = mobiledocs['mentionAtom'];
let mobiledoc = mobiledocs['simple'];
this.set('mobiledoc', mobiledoc);
this.set('editedMobiledoc', mobiledoc);
this.set('rendererName', 'dom');
Expand Down

0 comments on commit 00e9388

Please sign in to comment.