This commit is contained in:
Sam 2015-03-05 15:36:08 +11:00
parent 09e470c98a
commit 360ab3510d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export default Ember.ArrayController.extend({
var self = this;
this.get('queuedForTyping').forEach(function(msg){
if(self.popup){
this.popup(msg);
self.popup(msg);
}
});
},