Comparing version 0.11.5 to 0.11.6
@@ -53,3 +53,3 @@ // shim for using process in browser | ||
} | ||
var timeout = cachedSetTimeout(cleanUpNextTick); | ||
var timeout = cachedSetTimeout.call(null, cleanUpNextTick); | ||
draining = true; | ||
@@ -71,3 +71,3 @@ | ||
draining = false; | ||
cachedClearTimeout(timeout); | ||
cachedClearTimeout.call(null, timeout); | ||
} | ||
@@ -84,3 +84,3 @@ | ||
if (queue.length === 1 && !draining) { | ||
cachedSetTimeout(drainQueue, 0); | ||
cachedSetTimeout.call(null, drainQueue, 0); | ||
} | ||
@@ -87,0 +87,0 @@ }; |
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.11.5", | ||
"version": "0.11.6", | ||
"repository": { | ||
@@ -14,0 +14,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
10128