mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-10 02:38:06 +00:00
added documentation
temporary documentation demo: http://goto.bplaced.net/tw5/5.1.7.html#ResolvePath
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/macros/resolvePath.js
|
||||
title: $:/core/modules/macros/resolvepath.js
|
||||
type: application/javascript
|
||||
module-type: macro
|
||||
|
||||
@@ -12,7 +12,7 @@ Resolves a relative path for an absolute rootpath.
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
exports.name = "resolvePath";
|
||||
exports.name = "resolvepath";
|
||||
|
||||
exports.params = [
|
||||
{name: "source"},
|
||||
Reference in New Issue
Block a user