Fix syntax error, addresses #17
This commit is contained in:
parent
9fa3e6607a
commit
8e7efd398c
1 changed files with 1 additions and 1 deletions
2
dmx.js
2
dmx.js
|
@ -38,7 +38,7 @@ DMX.prototype.updateAll = function(universe, value) {
|
|||
this.emit('updateAll', universe, value)
|
||||
}
|
||||
|
||||
DMX.prototype.universeToObject(universe) {
|
||||
DMX.prototype.universeToObject = function(universe) {
|
||||
var universe = this.universes[req.params.universe]
|
||||
var u = {}
|
||||
for(var i = 0; i < universe.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue