diff options
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 970f2a877b5..13ca570c02d 100644 --- a/js/src/Ice/browser/TimerUtil.js +++ b/js/src/Ice/browser/TimerUtil.js @@ -46,7 +46,7 @@ function createTimerObject() clearInterval.apply(null, arguments); } }; - + if(typeof(setImmediate) == "function") { Timer.setImmediate = function() |