mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
@@ -14,7 +14,8 @@ module.exports = syrup.serial()
|
||||
.dependency(require('../support/sub'))
|
||||
.dependency(require('../support/channels'))
|
||||
.dependency(require('../support/quit'))
|
||||
.define(function(options, identity, input, router, push, sub, channels, quit) {
|
||||
.define(function(options, identity, input, router, push, sub, channels,
|
||||
quit) {
|
||||
var log = logger.createLogger('device:plugins:owner')
|
||||
var owner = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user