Removed obsolete timing function hacks from boot.js
This commit is contained in:
@@ -127,14 +127,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
env.configure(config);
|
env.configure(config);
|
||||||
|
|
||||||
/**
|
|
||||||
* Setting up timing functions to be able to be overridden. Certain browsers (Safari, IE 8, phantomjs) require this hack.
|
|
||||||
*/
|
|
||||||
window.setTimeout = window.setTimeout;
|
|
||||||
window.setInterval = window.setInterval;
|
|
||||||
window.clearTimeout = window.clearTimeout;
|
|
||||||
window.clearInterval = window.clearInterval;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ## Execution
|
* ## Execution
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -105,14 +105,6 @@
|
|||||||
|
|
||||||
env.configure(config);
|
env.configure(config);
|
||||||
|
|
||||||
/**
|
|
||||||
* Setting up timing functions to be able to be overridden. Certain browsers (Safari, IE 8, phantomjs) require this hack.
|
|
||||||
*/
|
|
||||||
window.setTimeout = window.setTimeout;
|
|
||||||
window.setInterval = window.setInterval;
|
|
||||||
window.clearTimeout = window.clearTimeout;
|
|
||||||
window.clearInterval = window.clearInterval;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ## Execution
|
* ## Execution
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user