Fix eslint errors

This commit is contained in:
Vishal Banthia
2016-02-03 17:22:05 +09:00
parent a875d85c46
commit b60cb6ef6a
7 changed files with 49 additions and 35 deletions

View File

@@ -182,7 +182,7 @@ module.exports = function DeviceServiceFactory($http, socket, EnhanceDeviceServi
})
oboe('/api/v1/user/devices')
.node('devices[*]', function (device) {
.node('devices[*]', function(device) {
tracker.add(device)
})