mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-03 07:18:06 +00:00
Comment clarification
This commit is contained in:
@@ -172,6 +172,9 @@ exports.isTemporaryTiddler = function(title) {
|
|||||||
return title.indexOf("$:/temp/") === 0;
|
return title.indexOf("$:/temp/") === 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
Determines if a tiddler is a shadow tiddler, regardless of whether it has been overridden by a real tiddler
|
||||||
|
*/
|
||||||
exports.isShadowTiddler = function(title) {
|
exports.isShadowTiddler = function(title) {
|
||||||
return $tw.utils.hop(this.shadowTiddlers,title);
|
return $tw.utils.hop(this.shadowTiddlers,title);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user