mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-13 20:28:06 +00:00
Fixed typo
This commit is contained in:
@@ -16,7 +16,7 @@ var PopStoryView = function(listWidget) {
|
|||||||
this.listWidget = listWidget;
|
this.listWidget = listWidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
ClassicStoryView.prototype.navigateTo = function(historyInfo) {
|
PopStoryView.prototype.navigateTo = function(historyInfo) {
|
||||||
var listElementIndex = this.listWidget.findListItem(0,historyInfo.title);
|
var listElementIndex = this.listWidget.findListItem(0,historyInfo.title);
|
||||||
if(listElementIndex === undefined) {
|
if(listElementIndex === undefined) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user