1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 12:19:11 +00:00

Clarify tiddlerExists docs

This commit is contained in:
Jermolene 2014-11-24 09:22:43 +00:00
parent 61718d6023
commit 62ad533aa6

View File

@ -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);
};