Comparing version 0.2.2 to 0.2.3
@@ -748,8 +748,9 @@ /*global setImmediate: false, setTimeout: false, console: false */ | ||
var cb = only_once(function () { | ||
var cbArgs = arguments; | ||
if (sync) { | ||
async.nextTick(function () { | ||
next.apply(null, arguments); | ||
next.apply(null, cbArgs); | ||
}); | ||
} | ||
else { | ||
} else { | ||
next.apply(null, arguments); | ||
@@ -756,0 +757,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"author": "Caolan McMahon", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"repository" : { | ||
@@ -9,0 +9,0 @@ "type" : "git", |
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
67559