diff --git a/lib/async.js b/lib/async.js index 000b911..199ec4c 100644 --- a/lib/async.js +++ b/lib/async.js @@ -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) {