make indentation great again

This commit is contained in:
Max Stockner 2016-10-15 23:24:09 +02:00
parent d164721938
commit d7c773ff0b

2
dmx.js
View file

@ -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)
}