mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Correct reference to missing variable
This commit is contained in:
parent
20daaae7e8
commit
e4f3d56bdc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user