From 15c25e7ff9faaa670cd1a9c06e6ae399fb0bf8a0 Mon Sep 17 00:00:00 2001 From: Pomax Date: Tue, 9 Sep 2014 10:10:30 -0700 Subject: [PATCH] PR fix --- lib/async.js | 1 + 1 file changed, 1 insertion(+) 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) {