1
0
Fork 0
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:
Artur Adib 2012-03-28 18:03:31 -04:00
parent 89ceead8b0
commit c0289497ec
4 changed files with 59 additions and 29 deletions

View file

@ -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]);