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
|
@ -36,8 +36,6 @@ DMX.prototype.update = function(universe, channels) {
|
||||||
DMX.prototype.updateAll = function(universe, value) {
|
DMX.prototype.updateAll = function(universe, value) {
|
||||||
this.universes[universe].updateAll(value)
|
this.universes[universe].updateAll(value)
|
||||||
this.emit('updateAll', universe, value)
|
this.emit('updateAll', universe, value)
|
||||||
this.universes[universe].updateAll(value)
|
|
||||||
this.emit('updateAll', universe, value)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DMX.prototype.universeToObject(universe) {
|
DMX.prototype.universeToObject(universe) {
|
||||||
|
|
Loading…
Reference in a new issue