mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Updates shell.js to v0.1.2
This commit is contained in:
parent
0e14f0ccae
commit
0a27f18bfe
6 changed files with 923 additions and 339 deletions
2
external/shelljs/global.js
vendored
2
external/shelljs/global.js
vendored
|
@ -1,3 +1,3 @@
|
|||
var shell = require('./shell.js');
|
||||
for (cmd in shell)
|
||||
for (var cmd in shell)
|
||||
global[cmd] = shell[cmd];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue