Sha256: a8b45514030e5808910488b33ae2a09f628818122d5b4a4ed0e0479df7853161
Contents?: true
Size: 296 Bytes
Versions: 9
Compression:
Stored size: 296 Bytes
Contents
(function (history) { if (history && history.length > 0) { result += '\n<scr'+'ipt>'; history.forEach(function (msg) { result += '\nconsole.' + msg.level + '.apply(console, ' + JSON.stringify(msg.arguments) + ');'; }); result += '\n</scr'+'ipt>'; } })(console.history);
Version data entries
9 entries across 9 versions & 1 rubygems