Quick Ext IE Tip
Wednesday, March 5th, 2008I’ve found myself basically living in Firebug lately, and getting used to using console.log and console.dir a whole bunch. Problem is that I\’m not running firebug lite so I don’t have any IE equivalent. Tossing this script in real quick has helped out a lot.
Ext.onReady(function(){
try {
console.log(’bleh’);
[…]



