Skip to content

Commit e9fe4fe

Browse files
committed
rebuild
1 parent 0f21ff6 commit e9fe4fe

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

dist/script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
path = !force && path.indexOf('.js') === -1 && !/^https?:\/\//.test(path) && scriptpath ? scriptpath + path + '.js' : path
5858
if (scripts[path]) {
5959
if (id) ids[id] = 1
60-
if (scripts[path] == 2) callback()
61-
else return setTimeout(function () { loading(path, true) }, 0)
60+
return (scripts[path] == 2) ? callback() : setTimeout(function () { loading(path, true) }, 0)
6261
}
6362

6463
scripts[path] = 1

dist/script.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)