Clarify tiddlerExists docs

This commit is contained in:
Jermolene
2014-11-24 09:22:43 +00:00
parent 61718d6023
commit 62ad533aa6
+1 -1
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);
};