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