mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-16 07:17:21 +00:00
Correct reference to missing variable
This commit is contained in:
@@ -910,7 +910,7 @@ $tw.Wiki = function(options) {
|
|||||||
// Delete a tiddler
|
// Delete a tiddler
|
||||||
this.deleteTiddler = function(title) {
|
this.deleteTiddler = function(title) {
|
||||||
// Uncomment the following line for detailed logs of all tiddler deletions
|
// 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)) {
|
if($tw.utils.hop(tiddlers,title)) {
|
||||||
delete tiddlers[title];
|
delete tiddlers[title];
|
||||||
this.clearCache(title);
|
this.clearCache(title);
|
||||||
|
|||||||
Reference in New Issue
Block a user