mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 16:45:45 +01:00
Rename Class#setTimeout to appease AMO's validation grep.
This commit is contained in:
@@ -182,7 +182,7 @@ const StatusLine = Module("statusline", {
|
||||
updateTabCount: function updateTabCount(delayed) {
|
||||
if (dactyl.has("tabs")) {
|
||||
if (delayed) {
|
||||
this.setTimeout(function () this.updateTabCount(false), 0);
|
||||
this.timeout(function () this.updateTabCount(false), 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user