flux-commons-store
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -138,4 +138,4 @@ "use strict"; | ||
if (matcher && matcher(payload)) { | ||
return true; | ||
if (matcher) { | ||
return matcher(payload); | ||
} else { | ||
@@ -142,0 +142,0 @@ return actionListener.action === payload || actionListener.action === payload[actionListener.actionKey]; |
{ | ||
"name": "flux-commons-store", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Base Store class to use with Flux/Dispatcher", | ||
@@ -5,0 +5,0 @@ "main": "dist/store.js", |
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
20021