includes/clientside/firebug/src/firebugx.js
author Dan
Sat, 04 Apr 2009 22:17:32 -0400
changeset 889 7e933a5c860b
parent 551 3acd624d4f4f
permissions -rw-r--r--
Made aclDisableTransitionFX also switch on jQuery.fx.off; made theme switcher work with said jQuery switch


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