ag-reactive
Advanced tools
Comparing version
{ | ||
"name": "ag-reactive", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -37,3 +37,3 @@ "use strict"; | ||
this.proxy = new Proxy(this.isArray ? [] : {}, this); | ||
this.props = this.isArray ? { length: { value: 0 } } : {}; | ||
this.props = this.isArray ? { length: 0 } : {}; | ||
} | ||
@@ -40,0 +40,0 @@ ReactiveObject.prototype.has = function (_, prop) { |
11303
-0.1%