diff options
author | athenian200 <athenian200@outlook.com> | 2020-03-06 16:26:38 -0600 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2020-03-06 16:26:38 -0600 |
commit | d993fef8462c7ef435776a57259f5d2236b0419b (patch) | |
tree | 72cec553ed485c9edfed7b5791d81eb2125f7e81 | |
parent | 2db2ffe56a9cbc89060a0b5d09ac2e05c0bbdbe1 (diff) | |
download | basilisk-d993fef8462c7ef435776a57259f5d2236b0419b.tar.gz |
Fix typo.
-rw-r--r-- | basilisk/modules/WindowsJumpLists.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basilisk/modules/WindowsJumpLists.jsm b/basilisk/modules/WindowsJumpLists.jsm index d39fdc8..b6f239b 100644 --- a/basilisk/modules/WindowsJumpLists.jsm +++ b/basilisk/modules/WindowsJumpLists.jsm @@ -376,7 +376,7 @@ this.WinTaskbarJumpList = ); }, - _deleteActiveJumpList:() { + _deleteActiveJumpList:function() { this._builder.deleteActiveList(); }, |