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'),
null,
this.onInfo.bind(this));
}(this));
}.bind(this));
},
onInfo: function (stanza) {
@ -5096,7 +5096,7 @@
'var': namespace,
'from': $stanza.attr('from')
});
}(this));
}.bind(this));
}
});