From: Wolfram Schneider Date: Tue, 9 Dec 2014 14:11:43 +0000 (+0000) Subject: indent X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=8c6a4e3f2f858d44345de4564bcb14ba1b44fbd2 indent --- diff --git a/test/phantom/run-jasmine.js b/test/phantom/run-jasmine.js index e9bf784..b3702d4 100644 --- a/test/phantom/run-jasmine.js +++ b/test/phantom/run-jasmine.js @@ -50,7 +50,9 @@ function wait_for_jasmine(checkFx, readyFx, failFx, timeout) { // See: https://github.com/ariya/phantomjs/issues/12697 // phantomjs 1.9.8 page.close(); - setTimeout(function(){ phantom.exit(result.failed == 0 ? 0 : 2); }, 0); + setTimeout(function () { + phantom.exit(result.failed == 0 ? 0 : 2); + }, 0); } // timeout