mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
oops
This commit is contained in:
parent
09e470c98a
commit
360ab3510d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue