1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 11:55:45 +01:00

trivial formatting improvements

This commit is contained in:
Doug Kearns
2008-10-05 09:55:56 +00:00
parent d89df7c4e1
commit 86adfc396a
5 changed files with 17 additions and 17 deletions

View File

@@ -768,7 +768,7 @@ liberator.CommandLine = function () //{{{
historyIndex = UNINITIALIZED;
// TODO: call just once, and not on each <Tab>
var wim = liberator.options["wildmode"].split(/,/);
var wim = liberator.options["wildmode"].split(",");
var hasList = false;
var longest = false;
var full = false;
@@ -1333,7 +1333,7 @@ liberator.ItemList = function (id) //{{{
doc = iframe.contentDocument;
listOffset = listIndex = -1;
completions = items || [];
if (typeof(selectedItem) == "number")
if (typeof selectedItem == "number")
{
this.selectItem(selectedItem);
this.show();