@live-change/dao
Advanced tools
Comparing version 0.4.10 to 0.4.12
@@ -68,3 +68,3 @@ const Observable = require("./Observable.js") | ||
let i | ||
for(i = this.list.length-1; i >= 0; i--) { | ||
for(i = this.list.length - 1; i >= 0; i--) { | ||
if(this.list[i][field] == value) { | ||
@@ -71,0 +71,0 @@ oldElement = this.list[i] |
@@ -38,4 +38,4 @@ { | ||
}, | ||
"version": "0.4.10", | ||
"gitHead": "741a8b2e6c0a41f7ac3cb389fa79b2ec14099355" | ||
"version": "0.4.12", | ||
"gitHead": "49986db53465eb08a50e6090343fc8cbaf230670" | ||
} |
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
167699