This commit is contained in:
Mark Vayngrib 2015-05-15 17:52:43 -04:00
parent 70a5497821
commit 22c41fcc93
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ var STATE = {
function UdpSocket(type) {
this._id = instances++
this._state = STATE.UNBOUND
this._subscriptiom = DeviceEventEmitter.addListener(
this._subscription = DeviceEventEmitter.addListener(
'udp-' + this._id + '-data', this._onReceive.bind(this)
);