mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 11:15:46 +01:00
trivial formatting improvements
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user