Fix some JSHint warnings.

This commit is contained in:
Simo Kinnunen
2014-07-21 15:12:17 +09:00
parent 0c8c0da32e
commit 9604f2dde2
4 changed files with 1 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ module.exports = syrup.serial()
.define(function(options, adb, router, push) {
var log = logger.createLogger('device:plugins:reboot')
router.on(wire.RebootMessage, function(channel, message) {
router.on(wire.RebootMessage, function(channel) {
var reply = wireutil.reply(options.serial)
log.important('Rebooting')