1
Fork 0

End fixing search index minification

This commit is contained in:
Guillaume Gomez 2019-01-14 00:46:11 +01:00
parent 2e8fd44598
commit d405606c3b
4 changed files with 98 additions and 28 deletions

View file

@ -1555,10 +1555,10 @@ if (!DOMTokenList.prototype.remove) {
// (String) description,
// (Number | null) the parent path index to `paths`]
// (Object | null) the type of the function (if any)
var items = rawSearchIndex[crate].items;
var items = rawSearchIndex[crate].i;
// an array of [(Number) item type,
// (String) name]
var paths = rawSearchIndex[crate].paths;
var paths = rawSearchIndex[crate].p;
// convert `paths` into an object form
var len = paths.length;