mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
oops
This commit is contained in:
parent
09e470c98a
commit
360ab3510d
@ -56,7 +56,7 @@ export default Ember.ArrayController.extend({
|
|||||||
var self = this;
|
var self = this;
|
||||||
this.get('queuedForTyping').forEach(function(msg){
|
this.get('queuedForTyping').forEach(function(msg){
|
||||||
if(self.popup){
|
if(self.popup){
|
||||||
this.popup(msg);
|
self.popup(msg);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user