This commit is contained in:
Pomax 2014-09-09 10:10:30 -07:00
parent cdd38f2db4
commit 15c25e7ff9
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
// async.js functions used in Filer
//// nextTick implementation with browser-compatible fallback ////
if (typeof process === 'undefined' || !(process.nextTick)) {
if (typeof setImmediate === 'function') {
async.nextTick = function (fn) {