Comparing version 0.0.3 to 0.0.4
@@ -33,3 +33,3 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
function EventEmitter(){} | ||
Class.extend(EventEmitter); | ||
EventEmitter = Class.extend(EventEmitter); | ||
@@ -228,2 +228,2 @@ module.exports = EventEmitter; | ||
return this._events[type]; | ||
}; | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"description": "Core JavaScript library for browser runtime", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "fish" |
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
19820
654