Fix stray comma

This commit is contained in:
Nick Farina
2015-10-20 09:31:57 -07:00
parent 27b39cbfa0
commit 74f0f00321

View File

@@ -75,7 +75,7 @@ LockitronAccessory.prototype.setState = function(state, callback) {
callback(err || new Error("Error setting lock state."));
}
}.bind(this));
},
}
LockitronAccessory.prototype.getServices = function() {
return [this.service];