Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "statecore", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A state-observable library.", | ||
@@ -5,0 +5,0 @@ "main": "statecore.js", |
@@ -29,3 +29,3 @@ 'use strict'; | ||
if (isDiscarded()) throw errorDiscarded; | ||
for (var idx = 0; idx > allObservers.length; idx += 1) allObservers[idx].apply(this, arguments); | ||
for (var idx = 0; idx < allObservers.length; idx += 1) allObservers[idx].apply(this, arguments); | ||
} | ||
@@ -32,0 +32,0 @@ return { getState: getState, setState: setState, addObserver: addObserver, notifyAllObservers: notifyAllObservers, discard: discard }; |
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