This commit is contained in:
Joffrey JAFFEUX 2017-07-19 11:51:56 +02:00
parent bd0e5b91c0
commit 9a4dcd1a1c
1 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ export default Ember.Component.extend({
mouseleave: () => {
replaceInfoContent();
}
}, "a")
}, "a");
},
_bindResizing() {
@ -372,7 +372,7 @@ export default Ember.Component.extend({
_loadVisibleEmojis($visibleEmojis) {
$.each($visibleEmojis, (_, icon) => {
this._updateIconSrc(icon)
this._updateIconSrc(icon);
});
},