mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
Fix completions, among other things (sorry)
This commit is contained in:
@@ -529,13 +529,6 @@ function Completion() //{{{
|
||||
};
|
||||
let javascript = new Javascript();
|
||||
|
||||
// FIXME: unused, remove? If not, document, what it does.
|
||||
// Those one liners might be convinient to write, but not to read --mst
|
||||
function filterFavicon(array, want)
|
||||
{
|
||||
return want ? array : [a[2] ? a.slice(0, 2) : a for ([i, a] in Iterator(array))];
|
||||
}
|
||||
|
||||
function buildSubstrings(str, filter)
|
||||
{
|
||||
if (filter == "")
|
||||
|
||||
Reference in New Issue
Block a user