includes/clientside/firebug/firebugx.js
author Dan
Thu, 27 Mar 2008 16:41:07 -0400
changeset 512 13532b0a223f
parent 509 175df10e0b56
child 551 3acd624d4f4f
permissions -rw-r--r--
ACL: Added API call to edit rule based only on numeric rule ID; to be used later with lister for existing rules and effective permissions viewer


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