mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
jshint all the things
Small style fixes here and there. Removed one unused file.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user