Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "dispatchr", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A Flux dispatcher for applications that run on the server and the client.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -49,5 +49,5 @@ /** | ||
BaseStore.prototype.emitChange = function() { | ||
this.emit(CHANGE_EVENT); | ||
this.emit(CHANGE_EVENT, this.constructor); | ||
}; | ||
module.exports = BaseStore; |
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
65365