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

WIP on master: d52fcb4 Fix bookmarks.isBookmarked so we don't get spurious hearts in the status line.

This commit is contained in:
Kris Maglione
2009-09-22 12:22:59 -04:00
2 changed files with 2 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ function Tabs() //{{{
setter: function (value)
{
let [open, restriction] = [1, 0];
for (let [, opt] in value)
for (let [, opt] in Iterator(this.parseValue(value)))
{
if (opt == "tab")
open = 3;