node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 95 forks source link

Latest commit added a syntax error #17

Closed inoui closed 7 years ago

inoui commented 7 years ago

dmx.js line 41 should read +DMX.prototype.universeToObject = function(universe) {

instead of +DMX.prototype.universeToObject(universe) {

wiedi commented 7 years ago

thanks for reporting, somehow slipped through.