includes/clientside/firebug/firebugx.js
changeset 551 3acd624d4f4f
parent 509 175df10e0b56
--- a/includes/clientside/firebug/firebugx.js	Sun May 11 16:58:58 2008 -0400
+++ b/includes/clientside/firebug/firebugx.js	Sun May 11 16:59:21 2008 -0400
@@ -1,10 +1,1 @@
-
-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() {}
-}
\ No newline at end of file
+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(){}}};
\ No newline at end of file