REFACTOR: removes dead code (#9721)

This commit is contained in:
Joffrey JAFFEUX 2020-05-09 11:50:47 +02:00 committed by GitHub
parent 9bf11a8c68
commit 862d153f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -38,8 +38,6 @@ export default Component.extend({
this.$picker.css({ width: "", left: "", bottom: "", display: "none" });
this.$modal.removeClass("fadeIn");
clearTimeout(this._checkTimeout);
},
show() {
@ -71,7 +69,6 @@ export default Component.extend({
@on("init")
_setInitialValues() {
this.set("customEmojis", customEmojis());
this._checkTimeout = null;
this.scrollPosition = 0;
this.$visibleSections = [];
},