X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fphantom%2Fscreenshot.js;h=22f044ff8bb5c9e64b1343298c35456639253607;hb=8c6a4e3f2f858d44345de4564bcb14ba1b44fbd2;hp=5bec386aa7b8607762511039942af86c601a2bcb;hpb=2a1d4b897f89c36cd9295020decb565d6fdd00f4;p=mkws-moved-to-github.git diff --git a/test/phantom/screenshot.js b/test/phantom/screenshot.js index 5bec386..22f044f 100644 --- a/test/phantom/screenshot.js +++ b/test/phantom/screenshot.js @@ -5,7 +5,7 @@ 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"); }