PR fix
This commit is contained in:
parent
cdd38f2db4
commit
15c25e7ff9
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
// async.js functions used in Filer
|
// async.js functions used in Filer
|
||||||
|
|
||||||
|
//// nextTick implementation with browser-compatible fallback ////
|
||||||
if (typeof process === 'undefined' || !(process.nextTick)) {
|
if (typeof process === 'undefined' || !(process.nextTick)) {
|
||||||
if (typeof setImmediate === 'function') {
|
if (typeof setImmediate === 'function') {
|
||||||
async.nextTick = function (fn) {
|
async.nextTick = function (fn) {
|
||||||
|
|
Loading…
Reference in New Issue