indent
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 9 Dec 2014 14:11:43 +0000 (14:11 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 9 Dec 2014 14:11:43 +0000 (14:11 +0000)
test/phantom/run-jasmine.js

index e9bf784..b3702d4 100644 (file)
@@ -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