1
0
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:
Kris Maglione
2009-11-11 19:18:04 -05:00
parent 5523b04604
commit b607764012
6 changed files with 28 additions and 32 deletions

View File

@@ -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"))