Skip to content

Commit

Permalink
revert in favor of doing this in app.js starter
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddulak committed May 23, 2016
1 parent 3d7b653 commit 962a51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mvc/ViewManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ var ViewManager = Disposable.extend(function ViewManager(el){
*/
setEl(el) {
this.el = typeof el === 'string' ? $(el) : el;
this.el.html('');
return this;
},
/**
Expand Down

0 comments on commit 962a51e

Please sign in to comment.