mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-13 04:08:06 +00:00
Remove dead code typo
This commit is contained in:
@@ -141,7 +141,6 @@ NavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {
|
|||||||
historyList.push({title: title, fromPageRect: fromPageRect});
|
historyList.push({title: title, fromPageRect: fromPageRect});
|
||||||
});
|
});
|
||||||
this.wiki.setTiddlerData(this.historyTitle,historyList,{"current-tiddler": titles[titles.length-1]});
|
this.wiki.setTiddlerData(this.historyTitle,historyList,{"current-tiddler": titles[titles.length-1]});
|
||||||
this.wiki.addTiddler(new $tw.Tiddler());
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user