You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running browserified tests in IE 8, IE 8's splice() "bug" on this line fails silently causing IE 8 to hang indefinitely.
Explicitly providing second argument to splice() on this line will make it support on IE 8 : forNow = schedule[currentTick].splice(0, schedule[currentTick].length)