X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fphantom%2Frun-jasmine.js;h=b3702d4e2786c3a5c3dbec26f7c6fa4f24674dd5;hb=5a126c522666307f9dffd7835c70fe1889d276cc;hp=e9bf784f41777c5168695a1f73e8bf72ab7d9b7a;hpb=443fb8aca09c888a0d119f46903b29105d220dd6;p=mkws-moved-to-github.git 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