Comparing version 1.1.5 to 1.1.6
@@ -29,3 +29,4 @@ | ||
function cb (er) { | ||
if (errState) return | ||
if (er && !errState) errState = er | ||
var argLen = arguments.length | ||
@@ -47,6 +48,3 @@ for (var i = 1; i < argLen; i ++) if (arguments[i] !== undefined) { | ||
if (er || --a === 0) { | ||
errState = er | ||
cb_.apply(null, [errState].concat(data)) | ||
} | ||
if (--a === 0) cb_.apply(null, [errState].concat(data)) | ||
} | ||
@@ -53,0 +51,0 @@ // expect the supplied cb function to be called |
{ | ||
"name": "slide", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
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
9702
139