diff --git a/lib/util.js b/lib/util.js index 202706e4..1597ecc4 100644 --- a/lib/util.js +++ b/lib/util.js @@ -202,7 +202,7 @@ */ util.defer = function (fn) { - if (!util.ua.webkit) { + if (!util.ua.webkit || 'undefined' != typeof importScripts) { return fn(); }