reshow-flux-base
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -24,3 +24,3 @@ "use strict"; | ||
emit: function emit(t, params) { | ||
all(t).slice().map(function (handler) { | ||
all(t).slice().forEach(function (handler) { | ||
return handler(params); | ||
@@ -27,0 +27,0 @@ }); |
@@ -17,3 +17,3 @@ var type = function type(all) { | ||
emit: function emit(t, params) { | ||
all(t).slice().map(function (handler) { | ||
all(t).slice().forEach(function (handler) { | ||
return handler(params); | ||
@@ -20,0 +20,0 @@ }); |
{ | ||
"name": "reshow-flux-base", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Pure flux dispatch mechanism", | ||
@@ -5,0 +5,0 @@ "main": "./build/cjs/index.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
9819