Skip to content

Commit

Permalink
Don't call dom-change when detached.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jul 18, 2015
1 parent 65911bd commit bdb8fa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/template/dom-bind.html
Expand Up @@ -132,7 +132,6 @@

detached: function() {
this._removeChildren();
this.fire('dom-change');
},

/**
Expand Down

0 comments on commit bdb8fa3

Please sign in to comment.