mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 02:53:27 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
@@ -4,7 +4,7 @@ var logger = require('../../../util/logger')
|
||||
var ChannelManager = require('../../../wire/channelmanager')
|
||||
|
||||
module.exports = syrup.serial()
|
||||
.define(function(options, router) {
|
||||
.define(function() {
|
||||
var log = logger.createLogger('device:support:channels')
|
||||
var channels = new ChannelManager()
|
||||
channels.on('timeout', function(channel) {
|
||||
|
||||
Reference in New Issue
Block a user