Cleanup test/asset/worker.js.

This commit is contained in:
John-David Dalton
2014-10-31 00:17:08 -07:00
parent 7cf65b899b
commit 481eb8e5dc

View File

@@ -1,6 +1,5 @@
if (!self.console) {
console = { 'log': function() {} };
}
self.console || (self.console = { 'log': function() {} });
addEventListener('message', function(e) {
if (e.data) {
try {