mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
bumping ShellJS
This commit is contained in:
parent
89ceead8b0
commit
c0289497ec
4 changed files with 59 additions and 29 deletions
2
external/shelljs/make.js
vendored
2
external/shelljs/make.js
vendored
|
@ -23,7 +23,7 @@ setTimeout(function() {
|
|||
if (oldTarget.done && !force)
|
||||
return;
|
||||
oldTarget.done = true;
|
||||
return oldTarget(arguments);
|
||||
return oldTarget.apply(oldTarget, arguments);
|
||||
}
|
||||
|
||||
})(t, target[t]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue