@schukai/monster 3.39.0 → 3.39.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -198,11 +198,11 @@ class CustomElement extends HTMLElement {
|
|
198
198
|
*/
|
199
199
|
constructor() {
|
200
200
|
super();
|
201
|
-
|
201
|
+
|
202
|
+
this[attributeObserverSymbol] = {};
|
202
203
|
this[internalSymbol] = new ProxyObserver({
|
203
204
|
options: initOptionsFromAttributes(this, extend({}, this.defaults)),
|
204
205
|
});
|
205
|
-
this[attributeObserverSymbol] = {};
|
206
206
|
initOptionObserver.call(this);
|
207
207
|
this[initMethodSymbol]();
|
208
208
|
}
|
package/source/types/version.mjs
CHANGED
package/test/cases/monster.mjs
CHANGED