From 0be3f133ded2d0964048ca817186b67f0d68652d Mon Sep 17 00:00:00 2001 From: RebeccaStankus Date: Tue, 20 Aug 2019 14:17:00 -0700 Subject: [PATCH] Removed some Milad notes --- .../simplifiedEmote/emojiApp/simplifiedEmoji.js | 6 ++---- scripts/simplifiedUI/ui/simplifiedUI.js | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js b/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js index 5013775828..031aede381 100644 --- a/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js +++ b/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js @@ -238,12 +238,10 @@ function createEmoji(emojiFilename) { // #region animation -// see what we need to do when an emoji gets clicked /* - MILAD NOTE: + see what we need to do when an emoji gets clicked First clear any current pop animations - - Then we check what kind of pop animation might be requested, either an in or an out. + Then check what kind of pop animation might be requested, either an in or an out. */ function maybePlayPop(type) { maybeClearPop(); diff --git a/scripts/simplifiedUI/ui/simplifiedUI.js b/scripts/simplifiedUI/ui/simplifiedUI.js index 0ca336e7f4..803c6627c0 100644 --- a/scripts/simplifiedUI/ui/simplifiedUI.js +++ b/scripts/simplifiedUI/ui/simplifiedUI.js @@ -127,8 +127,7 @@ function onMessageFromSettingsApp(message) { switch (message.method) { /* - MILAD NOTE: - These two call an update methon on the module apis because I can't get a signal from Settings.QML to the emoji.js without it being a module like + This calls an update methon on the module apis because I can't get a signal from Settings.QML to the emoji.js without it being a module like nametag. */ case "handleAvatarNametagMode":