Ariya Hidayat 2012-05-17 23:41:33 -07:00
parent 1125b86e72
commit ca60a58596
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Upload an image to imagebin.org
var page = require('webpage').create(),
system = require('webpage'),
system = require('system'),
fname;
if (system.args.length !== 2) {