mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-01-13 18:44:14 +00:00
fix typo
This commit is contained in:
parent
70a5497821
commit
22c41fcc93
@ -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)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user