http://code.google.com/p/fbug/issues/detail?id=1014#c4
I am experiencing the exact same problem using ExtJS on localhost. However, I noticed that Ext.onReady(function(){ console.log('foo'); }) results in an 'console undefined' error, but if I change it to: console.log(); Ext.onReady(function(){ console.log('foo'); })