-
This kind of colossal bullshit is what happens when you have a shitty developer monoculture centered on a shitty browser. Sadly, Firefox can't use the better error messages (I find Chrome's messages uninformative) because garbage developers hard-code against error message strings evilpies/1072237683391561730
-
…in reply to @rockerest
95% of the time, there's a standard interface around a set of modules and I'll be accessing
X.get(),Y.get(),Z.get()etc. Chrome's message format ("Can't accessgetof undefined") is utterly useless. Try searching your code base for.getand see how helpful it is.