Comparing version 0.0.2 to 0.0.3
@@ -18,2 +18,4 @@ var EventEmitter = require('events').EventEmitter; | ||
this.element.addEventListener(name, cb, useCapture || false); | ||
return this; | ||
}; | ||
@@ -29,2 +31,4 @@ Ever.prototype.addListener = Ever.prototype.on; | ||
if (ix >= 0) xs.splice(ix, 1); | ||
return this; | ||
}; | ||
@@ -49,3 +53,3 @@ | ||
} | ||
EventEmitter.prototype.removeAllListeners.apply(self, arguments); | ||
return EventEmitter.prototype.removeAllListeners.apply(self, arguments); | ||
} | ||
@@ -52,0 +56,0 @@ |
{ | ||
"name" : "ever", | ||
"version" : "0.0.2", | ||
"version" : "0.0.3", | ||
"description" : "dom events with a node-style EventEmitter api", | ||
@@ -5,0 +5,0 @@ "main" : "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
9948
199