jshint all the things
Small style fixes here and there. Removed one unused file.
This commit is contained in:
parent
76da5bb4f9
commit
ec43a0b633
9 changed files with 36 additions and 55 deletions
|
@ -136,7 +136,7 @@
|
|||
}
|
||||
this.save({unreadCount: this.get('unreadCount') + 1, active: true});
|
||||
|
||||
return new Promise(function (resolve) { m.save().then(resolve(m)) });
|
||||
return new Promise(function (resolve) { m.save().then(resolve(m)); });
|
||||
},
|
||||
|
||||
fetchMessages: function(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue