diff options
author | Jose <jose@zeroc.com> | 2015-01-15 11:58:20 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-01-15 11:58:20 +0100 |
commit | f045ecdc42994faee130035511b5aaa77f962162 (patch) | |
tree | 1bbfe601c987b1a83274decd4a65bd14367d4893 /js/src/Ice/browser/TimerUtil.js | |
parent | Fixed (ICE-6150) - Browser WebJS test suite footer looks bad and behaves anno... (diff) | |
download | ice-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.js | 2 |
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();"; } |