mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
refreshed api docs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user