1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Typo from last commit

This commit is contained in:
Jermolene 2015-08-31 16:25:03 +01:00
parent 73f3244113
commit ae80f9176d

View File

@ -885,7 +885,7 @@ $tw.Wiki = function(options) {
this.deleteTiddler = function(title) {
// Uncomment the following line for detailed logs of all tiddler deletions
// console.log("Deleting",title,tiddler)
if($tw.utils.hop(tiddler,title)) {
if($tw.utils.hop(tiddlers,title)) {
delete tiddlers[title];
this.clearCache(title);
this.clearGlobalCache();