make indentation great again
This commit is contained in:
parent
d164721938
commit
d7c773ff0b
1 changed files with 0 additions and 2 deletions
2
dmx.js
2
dmx.js
|
@ -34,8 +34,6 @@ DMX.prototype.update = function(universe, channels) {
|
|||
}
|
||||
|
||||
DMX.prototype.updateAll = function(universe, value) {
|
||||
this.universes[universe].updateAll(value)
|
||||
this.emit('updateAll', universe, value)
|
||||
this.universes[universe].updateAll(value)
|
||||
this.emit('updateAll', universe, value)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue