File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ Found : PolymerElement
705
705
!(window.customElements.polyfillWrapFlushCallback);
706
706
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
707
707
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.
709
709
return this.splice(arrayOrPath, index, 1);
710
710
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
711
711
Original file line number Diff line number Diff line change 62
62
/**
63
63
* @polymerMixinClass
64
64
* @implements {Polymer_LegacyElementMixin}
65
+ * @unrestricted
65
66
*/
66
67
class LegacyElement extends legacyElementBase {
67
68
68
69
constructor ( ) {
69
70
super ( ) ;
70
71
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 ;
76
72
this . created ( ) ;
77
73
}
78
74
You can’t perform that action at this time.
0 commit comments