Permalink
Browse files
Don't call `dom-change` when detached.
- Loading branch information...
Showing
with
0 additions
and 1 deletion.
-
+0
−1
src/lib/template/dom-bind.html
|
|
@@ -132,7 +132,6 @@ |
|
|
|
|
|
detached: function() {
|
|
|
this._removeChildren();
|
|
|
- this.fire('dom-change');
|
|
|
},
|
|
|
|
|
|
/**
|
|
|
|
0 comments on commit
bdb8fa3