Fix minor style errors
And keep it that way, by making jscs config more opinionated. // FREEBIE
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
var conversationId = this.id;
|
||||
Whisper.Notifications.remove(
|
||||
Whisper.Notifications.models.filter(
|
||||
function(model){
|
||||
function(model) {
|
||||
return model.attributes.conversationId===conversationId;
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user