reshow-flux-base
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -46,2 +46,3 @@ "use strict"; | ||
}); | ||
(0, _callFunc["default"])(asyncCallback, [isRunning]); | ||
}; | ||
@@ -51,4 +52,3 @@ | ||
setImmediate(function () { | ||
trigger(); | ||
(0, _callFunc["default"])(asyncCallback, [isRunning]); | ||
return trigger(); | ||
}); | ||
@@ -55,0 +55,0 @@ } else { |
@@ -34,2 +34,3 @@ import _typeof from "reshow-runtime/es/helpers/typeof"; | ||
}); | ||
callfunc(asyncCallback, [isRunning]); | ||
}; | ||
@@ -39,4 +40,3 @@ | ||
setImmediate(function () { | ||
trigger(); | ||
callfunc(asyncCallback, [isRunning]); | ||
return trigger(); | ||
}); | ||
@@ -43,0 +43,0 @@ } else { |
{ | ||
"name": "reshow-flux-base", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"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
18508