浏览代码

Update index.js

Lutz Roeder 8 月之前
父节点
当前提交
24ac964df0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/index.js

+ 1 - 1
source/index.js

@@ -65,7 +65,7 @@ window.exports.preload = function(callback) {
                             next();
                         }
                     }
-                }, true);
+                });
             }
             /* eslint-enable no-loop-func */
         }