Fix all JSHint complaints in Node.js code.

This commit is contained in:
Simo Kinnunen
2014-03-19 20:36:46 +09:00
parent f62ce4acc1
commit b4416b5f0f
31 changed files with 126 additions and 119 deletions

View File

@@ -40,8 +40,8 @@ module.exports = syrup.serial()
})
.then(function() {
return adb.shell(options.serial, util.format(
"export CLASSPATH='%s';"
+ " exec app_process /system/bin '%s'"
"export CLASSPATH='%s';" +
" exec app_process /system/bin '%s'"
, apk.path
, apk.main
))
@@ -199,7 +199,7 @@ module.exports = syrup.serial()
.then(openService)
.then(function() {
router
.on(wire.PhysicalIdentifyMessage, function(channel, message) {
.on(wire.PhysicalIdentifyMessage, function(channel) {
identity()
push.send([
channel