mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 13:25:17 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -30,7 +30,7 @@ Router.prototype.removeListener = function(message, handler) {
|
||||
Router.prototype.handler = function() {
|
||||
return function(channel, data) {
|
||||
var wrapper = wire.Envelope.decode(data)
|
||||
, type = wire.ReverseMessageType[wrapper.type]
|
||||
var type = wire.ReverseMessageType[wrapper.type]
|
||||
|
||||
if (type) {
|
||||
this.emit(
|
||||
|
||||
Reference in New Issue
Block a user