summaryrefslogtreecommitdiff
path: root/js/src/Ice/browser/TimerUtil.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-01-15 11:58:20 +0100
committerJose <jose@zeroc.com>2015-01-15 11:58:20 +0100
commitf045ecdc42994faee130035511b5aaa77f962162 (patch)
tree1bbfe601c987b1a83274decd4a65bd14367d4893 /js/src/Ice/browser/TimerUtil.js
parentFixed (ICE-6150) - Browser WebJS test suite footer looks bad and behaves anno... (diff)
downloadice-f045ecdc42994faee130035511b5aaa77f962162.tar.bz2
ice-f045ecdc42994faee130035511b5aaa77f962162.tar.xz
ice-f045ecdc42994faee130035511b5aaa77f962162.zip
Fixed (ICE-6229) - no easy way to run JS tests again against binary distribution
Diffstat (limited to 'js/src/Ice/browser/TimerUtil.js')
-rw-r--r--js/src/Ice/browser/TimerUtil.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/browser/TimerUtil.js b/js/src/Ice/browser/TimerUtil.js
index 05f660d2815..f15273882f0 100644
--- a/js/src/Ice/browser/TimerUtil.js
+++ b/js/src/Ice/browser/TimerUtil.js
@@ -148,7 +148,7 @@ function workerCode()
//
// jshint worker: false
//
- };
+ }
return w.toString() + "w();";
}