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;
}