1
Fork 0

Fix ES5 regression with shorthand names.

Reverts 1b6c9605e4.
This commit is contained in:
pravic 2017-08-17 12:41:14 +03:00
parent e407206534
commit cb4a2d5078

View file

@ -596,9 +596,9 @@
}
return {
raw,
query,
type,
raw: raw,
query: query,
type: type,
id: query + type
};
}
@ -837,7 +837,7 @@
searchWords.push(crate);
searchIndex.push({
crate,
crate: crate,
ty: 1, // == ExternCrate
name: crate,
path: "",