Skip to content

Commit

Permalink
Drop loadModel
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Aug 17, 2015
1 parent 7e8a35c commit d1061eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@ class Editor {
this._views.push(view);
}

loadModel(post) {
this.post = post;
this.rerender();
this.trigger('update');
}

parseModelFromDOM(element) {
let parser = new DOMParser(this.builder);
this.post = parser.parse(element);
Expand Down

0 comments on commit d1061eb

Please sign in to comment.