mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 07:45:49 +01:00
Add Classeditor.jssetTimeout. Fix some broken timeouts.
This commit is contained in:
@@ -174,7 +174,7 @@ const StatusLine = Module("statusline", {
|
||||
updateTabCount: function updateTabCount(delayed) {
|
||||
if (liberator.has("tabs")) {
|
||||
if (delayed)
|
||||
return void setTimeout(function () statusline.updateTabCount(false), 0);
|
||||
return void this.setTimeout(function () this.updateTabCount(false), 0);
|
||||
|
||||
// update the ordinal which is used for numbered tabs
|
||||
if (options.get("guioptions").has("n", "N"))
|
||||
|
||||
Reference in New Issue
Block a user