console.js 163 Bytes EditWeb IDE 1 2 3 4 5 6 7 if (!console.group) { console.group = function () { }; } if (!console.groupEnd) { console.groupEnd = function () { }; } //# sourceMappingURL=console.js.map