mirror of https://github.com/xwiki-labs/cryptpad
lint compliance
This commit is contained in:
parent
6dc6fed21d
commit
488f876ad6
|
@ -28,7 +28,7 @@ var handlers = {};
|
|||
handlers[level] = function (ctx, content) { console.log(content); };
|
||||
});
|
||||
['warn', 'error'].forEach(function (level) {
|
||||
handlers[level] = function (ctx, content) { console.error(content); }
|
||||
handlers[level] = function (ctx, content) { console.error(content); };
|
||||
});
|
||||
|
||||
var noop = function () {};
|
||||
|
|
Loading…
Reference in New Issue