define([], function(){ // module: // dojo/_firebug/firebug // summary: // This file used to contain code for a "firebug lite" console. Now it just fixes IE's console.log() // command to insert spaces. var isNewIE = (/Trident/.test(window.navigator.userAgent)); if(isNewIE){ // Fixing IE's console // IE doesn't insert space between arguments. How annoying. var calls = ["log", "info", "debug", "warn", "error"]; for(var i=0;i