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

@@ -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) {