Removed obsolete timing function hacks from boot1.js
This commit is contained in:
@@ -77,14 +77,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
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -99,14 +99,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
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user