1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 22:05:48 +01:00

Rename Class#setTimeout to appease AMO's validation grep.

This commit is contained in:
Kris Maglione
2010-09-17 06:15:13 -04:00
parent 8c0a734e53
commit b8331a1b55
12 changed files with 33 additions and 34 deletions

View File

@@ -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;
}