@live-change/dao
Advanced tools
Comparing version 0.2.14 to 0.2.15
@@ -107,3 +107,7 @@ const Observable = require("./Observable.js") | ||
} | ||
if(found) this.list.splice(i, 1) | ||
if(found) { | ||
this.list.splice(i, 1) | ||
i-- | ||
l-- | ||
} | ||
} | ||
@@ -151,3 +155,4 @@ this.fireObservers('removeBy', fields) | ||
if(prop[0] == object && prop[1] == property) { | ||
this.properties.splice(i,1) | ||
this.properties.splice(i, 1) | ||
i-- | ||
if(this.isUseless()) this.dispose() | ||
@@ -169,3 +174,4 @@ return; | ||
if(prop[0] == object && prop[1] == property) { | ||
this.errorProperties.splice(i,1) | ||
this.errorProperties.splice(i, 1) | ||
i-- | ||
if(this.isUseless()) this.dispose() | ||
@@ -172,0 +178,0 @@ return; |
@@ -39,3 +39,3 @@ { | ||
}, | ||
"version": "0.2.14" | ||
"version": "0.2.15" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130791
3756