Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 845bfa0c6bc44a2e02691e68c5a7eac6 > files > 52

padre-1.0.0-10.mga7.noarch.rpm

// The firebugx.js source..
if (!window.console || !console.firebug)
{
    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() {}
}

/* ending with a multi-
   line comment
*/