refreshed api docs

This commit is contained in:
Charlie Kindel
2020-08-15 09:12:25 -07:00
parent 0b58bf7f0c
commit fc215f1a6d
97 changed files with 3051 additions and 608 deletions

View File

@@ -1053,7 +1053,7 @@ $(function () {
function getAbsolutePath(href) {
// Use anchor to normalize href
var anchor = $('<a href="' + href + '"></a>')[0];
// Ignore protocol, remove search and query
// Ignore protocal, remove search and query
return anchor.host + anchor.pathname;
}

View File

@@ -2905,7 +2905,7 @@ lunr.QueryParser.parseBoost = function (parser) {
} else if (typeof exports === 'object') {
/**
* Node. Does not work with strict CommonJS, but
* only CommonJS-like environments that support module.exports,
* only CommonJS-like enviroments that support module.exports,
* like Node.
*/
module.exports = factory()