Comparing version 0.0.2 to 0.0.3
@@ -57,3 +57,3 @@ /** | ||
Dispatcher.registerHandler = function (action, name, handler) { | ||
Dispatcher.handlers[action] = this.handlers[action] || []; | ||
Dispatcher.handlers[action] = Dispatcher.handlers[action] || []; | ||
Dispatcher.handlers[action].push({ | ||
@@ -60,0 +60,0 @@ name: name, |
{ | ||
"name": "dispatchr", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A dispatcher to aid in following the Flux application architecture for applications that run in the server and the client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37997
0