mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Cleanup test/asset/worker.js.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
if (!self.console) {
|
||||
console = { 'log': function() {} };
|
||||
}
|
||||
self.console || (self.console = { 'log': function() {} });
|
||||
|
||||
addEventListener('message', function(e) {
|
||||
if (e.data) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user