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

Correct reference to missing variable

This commit is contained in:
Jermolene 2016-10-06 14:50:54 +01:00
parent 20daaae7e8
commit e4f3d56bdc

View File

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