Skip to content

Commit

Permalink
Remove weird characters
Browse files Browse the repository at this point in the history
  • Loading branch information
nlpsuge committed Dec 31, 2021
1 parent ae72a0c commit d7c8b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/popupMenuButtonItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class PopupMenuButtonItemClose extends PopupMenuButtonItem {
}

destroy() {
// TODO Nullify others created objects?
// TODO Nullify others created objects?

// TODO Also disconnect new-frame and completed?
if (this._timeline) {
Expand Down Expand Up @@ -366,7 +366,7 @@ class PopupMenuButtonItemSave extends PopupMenuButtonItem {
}

destroy() {
// TODO Nullify others created objects?
// TODO Nullify others created objects?

// TODO Also disconnect new-frame and completed?
if (this._timeline) {
Expand Down

0 comments on commit d7c8b24

Please sign in to comment.