includes/clientside/firebug/firebugx.js
author Dan
Thu, 26 Feb 2009 01:06:58 -0500
changeset 842 f13bb4f21890
parent 551 3acd624d4f4f
permissions -rw-r--r--
setConfig() will now delete config values if the second parameter is explicitly set to false

if(!("console" in window)||!("firebug" in console)){var names=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];window.console={};for(var i=0;i<names.length;++i){window.console[names[i]]=function(){}}};