mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 06:44:17 +01:00
Source formatting fixes *yawn*.
This commit is contained in:
@@ -140,7 +140,7 @@ const liberator = (function () //{{{
|
||||
let classes = [v[1] for ([k, v] in Iterator(this.opts)) if (opts.indexOf(k) < 0)];
|
||||
let css = classes.length ? classes.join(",") + "{ display: none; }" : "";
|
||||
styles.addSheet(true, "taboptions", "chrome://*", css);
|
||||
tabs.tabsBound = Array.some(opts, function(k) k in self.opts);
|
||||
tabs.tabsBound = Array.some(opts, function (k) k in self.opts);
|
||||
statusline.updateTabCount();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user