lint compliance
This commit is contained in:
parent
dd6767e267
commit
3d8c6dfc7d
4
rpc.js
4
rpc.js
@ -1803,10 +1803,6 @@ RPC.create = function (
|
|||||||
return void Respond('INVALID_MSG');
|
return void Respond('INVALID_MSG');
|
||||||
}
|
}
|
||||||
|
|
||||||
var deny = function () {
|
|
||||||
Respond('E_ACCESS_DENIED');
|
|
||||||
};
|
|
||||||
|
|
||||||
var handleMessage = function () {
|
var handleMessage = function () {
|
||||||
if (config.logRPC) { console.log(msg[0]); }
|
if (config.logRPC) { console.log(msg[0]); }
|
||||||
switch (msg[0]) {
|
switch (msg[0]) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user