feat(lunr): some optimizing lib/lunr/*.js (#367)

This commit is contained in:
0derel
2020-05-18 12:35:33 +03:00
committed by GitHub
parent e5ae1d696b
commit c1016df5d6
20 changed files with 38 additions and 38 deletions

View File

@@ -19,7 +19,7 @@
* export the module via AMD, CommonJS or as a browser global
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js
*/
;
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
@@ -614,4 +614,4 @@
lunr.Pipeline.registerFunction(lunr.it.stopWordFilter, 'stopWordFilter-it');
};
}))
}))