FIX: JSHint errors

This commit is contained in:
Robin Ward
2013-09-13 12:29:57 -04:00
parent 7d9a84b496
commit 5d8cfd69f7
3 changed files with 5 additions and 5 deletions
@@ -69,7 +69,7 @@ Discourse.ComposerMessagesController = Ember.ArrayController.extend({
var self = this;
this.get('queuedForTyping').forEach(function (msg) {
self.popup(msg);
})
});
},
/**