mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 20:38:01 +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) {
|
||||
return !!$tw.utils.hop(tiddlers,title);
|
||||
};
|
||||
|
Reference in New Issue
Block a user