Skip to content

Commit bdb8fa3

Browse files
author
Steven Orvell
committed
Don't call dom-change when detached.
1 parent 65911bd commit bdb8fa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/template/dom-bind.html

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132

133133
detached: function() {
134134
this._removeChildren();
135-
this.fire('dom-change');
136135
},
137136

138137
/**

0 commit comments

Comments
 (0)