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