mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
es-lint
This commit is contained in:
parent
c99a5bce8f
commit
2322118d4f
@ -301,7 +301,7 @@ export default Ember.Component.extend({
|
||||
if(preloadedSection && !preloadedSection.$section.hasClass("loaded")) {
|
||||
preloadedSection.$section.addClass("loaded");
|
||||
const $visibleEmojis = preloadedSection.$section.find(".emoji[src='']");
|
||||
this._later(this, function() { this._loadVisibleEmojis($visibleEmojis) }, 1500)
|
||||
this._later(this, function() { this._loadVisibleEmojis($visibleEmojis); }, 1500);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user