FIX: JSHint errors
This commit is contained in:
@@ -127,7 +127,7 @@ Discourse.ComposerController = Discourse.Controller.extend({
|
||||
if (this.present('model.reply')) {
|
||||
// Notify the composer messages controller that a reply has been typed. Some
|
||||
// messages only appear after typing.
|
||||
this.get('controllers.composerMessages').typedReply()
|
||||
this.get('controllers.composerMessages').typedReply();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ Discourse.ComposerMessagesController = Ember.ArrayController.extend({
|
||||
var self = this;
|
||||
this.get('queuedForTyping').forEach(function (msg) {
|
||||
self.popup(msg);
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user