|
@@ -443,6 +443,8 @@ define([
|
|
|
if (this._observer != null) {
|
|
|
this._observer.disconnect();
|
|
|
this._observer = null;
|
|
|
+ } else if (this.$element[0].removeEventListener) {
|
|
|
+ this.$element[0].removeEventListener('DOMAttrModified', this._sync, false);
|
|
|
}
|
|
|
|
|
|
this._sync = null;
|