From a309117758082a4158d4ddc7b6bf70faf6f3f154 Mon Sep 17 00:00:00 2001 From: Sheel Choksi Date: Thu, 24 Oct 2013 11:58:21 -0700 Subject: [PATCH] Remove TODO: should be easier to load polyfill for timeout functions as Jasmine does not get references to these functions until boot.js is loaded --- src/core/Clock.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/Clock.js b/src/core/Clock.js index 188a45e3..029bf5c4 100644 --- a/src/core/Clock.js +++ b/src/core/Clock.js @@ -68,8 +68,6 @@ getJasmineRequireObj().Clock = function() { function legacyIE() { //if these methods are polyfilled, apply will be present - //TODO: it may be difficult to load the polyfill before jasmine loads - //(env should be new-ed inside of onload) return !(realTimingFunctions.setTimeout || realTimingFunctions.setInterval).apply; }