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

Fix bookmarks.isBookmark yet again. Check manually, this time.

This commit is contained in:
Kris Maglione
2009-09-26 20:16:13 -04:00
parent 5a0a8dd223
commit adc201f445
3 changed files with 8 additions and 5 deletions

View File

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