X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fphantom%2Fscreenshot.js;fp=test%2Fphantom%2Fscreenshot.js;h=22f044ff8bb5c9e64b1343298c35456639253607;hp=5bec386aa7b8607762511039942af86c601a2bcb;hb=ea023c78b6d7d8de066435b4f754b0213a77632f;hpb=f5f0efe4da112691b0ab5686992f5744c993630b 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"); }