Declare vars

This commit is contained in:
JC Brand 2012-09-24 15:48:44 +02:00
parent 1442774856
commit 88b1b55e4d

View File

@ -200,7 +200,8 @@
$chat_content = $(this.el).find('.chat-content'),
user_id = Strophe.getNodeFromJid(jid),
delayed = $(message).find('delay').length > 0,
fullname = this.model.get('fullname');
fullname = this.model.get('fullname'),
time, stamp;
if (xmppchat.xmppstatus.getOwnStatus() === 'offline') {
// only update the UI if the user is not offline