projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
443fb8a
)
indent
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 9 Dec 2014 14:11:43 +0000
(14:11 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 9 Dec 2014 14:11:43 +0000
(14:11 +0000)
test/phantom/run-jasmine.js
patch
|
blob
|
history
diff --git
a/test/phantom/run-jasmine.js
b/test/phantom/run-jasmine.js
index
e9bf784
..
b3702d4
100644
(file)
--- 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