mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 11:32:27 +01:00
Formatting fixes.
This commit is contained in:
@@ -1653,7 +1653,7 @@ const ItemList = Class("ItemList", {
|
||||
|
||||
// FIXME: Belongs elsewhere.
|
||||
commandline.updateOutputHeight(false);
|
||||
this.setTimeout(function () { this._container.height -= commandline.getSpaceNeeded() }, 0);
|
||||
this.setTimeout(function () { this._container.height -= commandline.getSpaceNeeded(); }, 0);
|
||||
},
|
||||
|
||||
_getCompletion: function (index) this._completionElements.snapshotItem(index - this._startIndex),
|
||||
|
||||
Reference in New Issue
Block a user