Skip to content

Commit c1eda7a

Browse files
author
Steven Orvell
committed
LegacyElementMixin to @unrestricted
1 parent 6a995a2 commit c1eda7a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

closure.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ Found : PolymerElement
705705
!(window.customElements.polyfillWrapFlushCallback);
706706
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
707707

708-
/polymer.html_script_22.js:857: WARNING - Function this.splice: called with 3 argument(s). Function requires at least 4 argument(s) and at most 4.
708+
/polymer.html_script_22.js:853: WARNING - Function this.splice: called with 3 argument(s). Function requires at least 4 argument(s) and at most 4.
709709
return this.splice(arrayOrPath, index, 1);
710710
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
711711

lib/legacy/legacy-element-mixin.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,13 @@
6262
/**
6363
* @polymerMixinClass
6464
* @implements {Polymer_LegacyElementMixin}
65+
* @unrestricted
6566
*/
6667
class LegacyElement extends legacyElementBase {
6768

6869
constructor() {
6970
super();
7071
this.root = this;
71-
// initialize for closure but don't make false or a binding will see
72-
// this setting.
73-
this.isAttached = undefined;
74-
this.__boundListeners = null;
75-
this._debouncers = null;
7672
this.created();
7773
}
7874

0 commit comments

Comments
 (0)