1
0
mirror of synced 2024-11-22 21:16:10 +03:00

fix long line for ci check

This commit is contained in:
burnb 2015-02-07 19:33:48 +04:00
parent 557f655c86
commit e3b5f39695

View File

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