1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 18:14:12 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-10-17 12:36:27 +00:00
parent 349eed1b08
commit 62b60a78c2
6 changed files with 13 additions and 11 deletions

View File

@@ -996,7 +996,7 @@ function QuickMarks() //{{{
}
}
let items = ({title: mark, url: qmarks.get(mark)} for each (mark in marks));
let items = ({ title: mark, url: qmarks.get(mark) } for each (mark in marks));
let list = template.bookmarks("QuickMark", items);
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
}