Skip to content

Non minified build is broken in Firefox #1521

@dignifiedquire

Description

@dignifiedquire

Because of the usage of function hoisting in blocks in the code around here the non minified version breaks in all latest Firefox releases.

The reason is that Spidermonkey does the right thing (according to ECMA-262) and does not hoist functions declared inside a block, which creates a lot errors when trying to load this file.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions