Project

General

Profile

Download (384 Bytes) Statistics
| Branch: | Tag: | Revision:
1
(function() {
2
    if (!window.console || !console.firebug) {
3
        var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
4
        "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
5

    
6
        window.console = {};
7
        for (var i = 0; i < names.length; ++i)
8
            window.console[names[i]] = function() {}
9
    }
10
})();
(5-5/9)