mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Clarify tiddlerExists docs
This commit is contained in:
parent
61718d6023
commit
62ad533aa6
@ -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) {
|
||||
return !!$tw.utils.hop(tiddlers,title);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user