mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-12 07:46:06 +00:00
Clarify tiddlerExists docs
This commit is contained in:
@@ -930,7 +930,7 @@ $tw.Wiki = function(options) {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Test for the existence of a tiddler
|
// Test for the existence of a tiddler (excludes shadow tiddlers)
|
||||||
this.tiddlerExists = function(title) {
|
this.tiddlerExists = function(title) {
|
||||||
return !!$tw.utils.hop(tiddlers,title);
|
return !!$tw.utils.hop(tiddlers,title);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user