From: Wolfram Schneider Date: Thu, 30 Jan 2014 17:38:49 +0000 (+0000) Subject: indent X-Git-Tag: 1.0.0~1562 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=31c55ebec20636cde992491aca72d83d237c4211;p=mkws-moved-to-github.git indent --- diff --git a/test/spec-dev/screenshot.js b/test/spec-dev/screenshot.js index 18b03c3..95f9fa3 100644 --- a/test/spec-dev/screenshot.js +++ b/test/spec-dev/screenshot.js @@ -1,12 +1,9 @@ // run: phantomjs /path/to/this/file - var url = 'http://www.indexdata.com/'; var file_png = "indexdata.png"; var page = require('webpage').create(); - page.open(url, function () { page.render(file_png); phantom.exit(); }); -