mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 21:03:21 -08:00
Correct reference to missing variable
This commit is contained in:
parent
20daaae7e8
commit
e4f3d56bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue