includes/clientside/firebug/firebugx.js
author Dan
Thu, 21 Aug 2008 08:24:04 -0400
changeset 699 c7d737202d59
parent 551 3acd624d4f4f
permissions -rw-r--r--
Removed Adobe Spry and replaced with jQuery. Please report any new bugs on the forums or via IRC. In a related note, auto-completion should work now at least for usernames. Still hacking away at page name completion...

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(){}}};