Bugfix. Didn't add "bind".
This commit is contained in:
parent
939c626370
commit
734d5b65ba
@ -5079,7 +5079,7 @@
|
||||
$(item).attr('jid'),
|
||||
null,
|
||||
this.onInfo.bind(this));
|
||||
}(this));
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
onInfo: function (stanza) {
|
||||
@ -5096,7 +5096,7 @@
|
||||
'var': namespace,
|
||||
'from': $stanza.attr('from')
|
||||
});
|
||||
}(this));
|
||||
}.bind(this));
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user