Comparing version 0.0.11 to 0.0.12
@@ -31,2 +31,5 @@ /* | ||
if (typeof exports !== 'undefined') { | ||
exports = ff; // jsio | ||
} | ||
if (typeof module !== 'undefined') { | ||
@@ -265,3 +268,3 @@ module.exports = ff; | ||
if (this.result) { | ||
cb.apply(this, this.result); | ||
cb.apply(this.context || this, this.result); | ||
} else { | ||
@@ -268,0 +271,0 @@ this.completionHandlers.push(cb); |
{ | ||
"name": "ff", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Concise, Powerful Asynchronous Flow Control in JavaScript", | ||
@@ -5,0 +5,0 @@ "engine": [ "node >=0.2.0" ], |
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
31213
666