1
0
Fork 0
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:
Yury Delendik 2013-03-07 10:32:16 -06:00
parent 0e14f0ccae
commit 0a27f18bfe
6 changed files with 923 additions and 339 deletions

View file

@ -1,3 +1,3 @@
var shell = require('./shell.js');
for (cmd in shell)
for (var cmd in shell)
global[cmd] = shell[cmd];