lint compliance
This commit is contained in:
@@ -858,7 +858,7 @@ define([
|
||||
});
|
||||
|
||||
postMessage = function (cmd, data, cb) {
|
||||
cb = cb || function () {}
|
||||
cb = cb || function () {};
|
||||
chan.query(cmd, data, function (err, data) {
|
||||
if (err) { return void cb ({error: err}); }
|
||||
cb(data);
|
||||
|
||||
Reference in New Issue
Block a user