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
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.