Skip to content

IE 8 splice "bug" in TickScheduler.coffee #426

@vikikamath

Description

@vikikamath

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions