Tag: firebug
JavaScript & AjaxExt JS & Firebug console.log error
Published on January 12, 2010
0 Comments
If you are experiencing a “console undefined” error when using console.log() in a Ext JS function call, e.g.:
Ext.onReady(function() { console.log('foo'); });
Then please check the order of your script and stylesheet tags in your header. Make sure any css & js files from the Ext JS ...
