Fix lint errors
This commit is contained in:
parent
a6180830f8
commit
20a348fc0c
7 changed files with 342 additions and 421 deletions
|
@ -9,15 +9,15 @@ var console = {
|
|||
var args = Array.prototype.slice.call(arguments);
|
||||
postMessage({
|
||||
action: 'console_log',
|
||||
data: args
|
||||
data: args
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
error: function error() {
|
||||
var args = Array.prototype.slice.call(arguments);
|
||||
postMessage({
|
||||
action: 'console_error',
|
||||
data: args
|
||||
data: args
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue