Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed May 16, 2016
1 parent 489532e commit a5733af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmds.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ module.exports = {
});
},
getConversations: function (uid) {
var _ this = this;
var _this = this;
this.sendJSON({
type: 'getPrivateConversation',
data: {
Expand All @@ -407,7 +407,7 @@ module.exports = {
});
},
getHistory: function () {
var _ this = this;
var _this = this;
this.sendJSON({
type: 'getHistory',
data: {},
Expand Down

0 comments on commit a5733af

Please sign in to comment.