From a5733af559f7143ade84012fc2a32c80c6fe6530 Mon Sep 17 00:00:00 2001 From: henr-y Date: Mon, 16 May 2016 14:27:22 +0200 Subject: [PATCH] fixed typo --- src/cmds.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmds.js b/src/cmds.js index 3116b3e..1723a77 100644 --- a/src/cmds.js +++ b/src/cmds.js @@ -393,7 +393,7 @@ module.exports = { }); }, getConversations: function (uid) { - var _ this = this; + var _this = this; this.sendJSON({ type: 'getPrivateConversation', data: { @@ -407,7 +407,7 @@ module.exports = { }); }, getHistory: function () { - var _ this = this; + var _this = this; this.sendJSON({ type: 'getHistory', data: {},