Bugfix. Didn't add "bind".

This commit is contained in:
JC Brand 2015-07-01 19:39:05 +02:00
parent 939c626370
commit 734d5b65ba

View File

@ -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));
} }
}); });