I updated today and after checking some of my applications I noticed that the ones using Sencha ExtJS seemed broken. The problem seems related to Firebug, because disabling the add-on magically repairs the application. This will be very bad because it would seem I just lost my ability to debug my applications unless I downgrade Firebug.
For someone who wants to check it out, you can use the examples from Sencha, i.e:
http://dev.sencha.com/extjs/5.0.0/examples/grid/binding.htmlThe error I receive is in an eval() statement:
ReferenceError: batch is not defined
http://dev.sencha.com/extjs/5.0.0/ext-all.js line 19 > eval
Line 2
var batch = 30803, child, next, prev, byClassName;
which seems weird, but I have no idea how I would get further insights.