1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Fixed typo

This commit is contained in:
Jeremy Ruston 2013-11-05 09:00:31 +00:00
parent 0428b7e6ae
commit cc11b86d81

View File

@ -16,7 +16,7 @@ var PopStoryView = function(listWidget) {
this.listWidget = listWidget;
}
ClassicStoryView.prototype.navigateTo = function(historyInfo) {
PopStoryView.prototype.navigateTo = function(historyInfo) {
var listElementIndex = this.listWidget.findListItem(0,historyInfo.title);
if(listElementIndex === undefined) {
return;