I know this issue is not mootools fault but still i thought this was
the best place to post it.
I first notice this when entering at my sites I notice that all the
javascript effects where not being run. So I opened firebug and i
found 2 errors.
Dromaeo (the mozilla js test) return an alert() when running the
mootools test, it found an error with the $$ function.
so I put up a simple page that includes mootools-core and mootools-
more and runs a simple window.addevent, and firebug return this
errors:
redeclaration of const JSON
var JSON = new Hash({
Fx is not defined
Fx.Slide = new Class({
window.addEvent is not a function
window.addEvent('domready', function() {
The funny thing is that mootools 1.11 is still working fine.
someone knows why is this happening?
thanks, and continue with this great framework!