jshint compliance

This commit is contained in:
ansuz
2017-03-15 16:04:52 +01:00
parent bd9efd7c04
commit 15a67afc75
2 changed files with 4 additions and 4 deletions

2
rpc.js
View File

@@ -19,7 +19,7 @@ RPC.create = function (config, cb) {
// load pin-store...
console.log('loading rpc module...');
rpc = function (ctx, msg, respond) {
var rpc = function (ctx, msg, respond) {
switch (msg[0]) {
case 'ECHO':
respond(void 0, msg);