mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 23:04:11 +01:00
whitespace fixes
This commit is contained in:
@@ -487,7 +487,7 @@ function Completion() //{{{
|
||||
var completer = obj[func].liberatorCompleter;
|
||||
}
|
||||
catch (e) {}
|
||||
if (!completer)
|
||||
if (!completer)
|
||||
completer = this.completers[func];
|
||||
if (!completer)
|
||||
return [0, []];
|
||||
@@ -800,7 +800,7 @@ function Completion() //{{{
|
||||
return {
|
||||
start: 0,
|
||||
get completions() { return bookmarks.get(filter) },
|
||||
createRow: function (item)
|
||||
createRow: function (item)
|
||||
<ul class="hl-CompItem">
|
||||
<li class="hl-CompIcon"><img src={item.icon || ""}/></li>
|
||||
<li class="hl-CompResult">{util.clip(item.title || "", 50)}</li>
|
||||
|
||||
Reference in New Issue
Block a user