summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2020-03-07 00:18:34 -0600
committerathenian200 <athenian200@outlook.com>2020-03-07 00:18:34 -0600
commit9d98b65650bd3f2144b364768fe8ba2c1a362761 (patch)
treeb2e9c9ee6d90921c7ec17acfd572860256523fa6
parentd993fef8462c7ef435776a57259f5d2236b0419b (diff)
downloadbasilisk-9d98b65650bd3f2144b364768fe8ba2c1a362761.tar.gz
Fix typo.
-rw-r--r--basilisk/modules/WindowsJumpLists.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/basilisk/modules/WindowsJumpLists.jsm b/basilisk/modules/WindowsJumpLists.jsm
index b6f239b..d36287b 100644
--- a/basilisk/modules/WindowsJumpLists.jsm
+++ b/basilisk/modules/WindowsJumpLists.jsm
@@ -376,7 +376,7 @@ this.WinTaskbarJumpList =
);
},
- _deleteActiveJumpList:function() {
+ _deleteActiveJumpList: function() {
this._builder.deleteActiveList();
},