X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fphantom%2Fscreenshot.js;h=22f044ff8bb5c9e64b1343298c35456639253607;hb=8c6a4e3f2f858d44345de4564bcb14ba1b44fbd2;hp=8fea863b564abce82beeffd8b2918f9c4ea39680;hpb=f250e43f94ea55889cacd5986e2552b2199bfcb3;p=mkws-moved-to-github.git diff --git a/test/phantom/screenshot.js b/test/phantom/screenshot.js index 8fea863..22f044f 100644 --- a/test/phantom/screenshot.js +++ b/test/phantom/screenshot.js @@ -5,11 +5,11 @@ var url = system.args[1] || 'http://www.indexdata.com/'; var file_png = system.args[2] || 'indexdata.png'; var timeout = system.args[5] ? system.args[5] : 0.2; -function usage (message) { +function usage(message) { if (message) { console.log(message + "\n"); } - console.log('Usage: screenshot.js '); + console.log('Usage: screenshot.js '); phantom.exit(); }