From cc11b86d8126b5196ec2aa274f8c6e98e15b530f Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 5 Nov 2013 09:00:31 +0000 Subject: [PATCH] Fixed typo --- core/modules/storyviews/pop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/storyviews/pop.js b/core/modules/storyviews/pop.js index 9b0b1e88e..798555049 100644 --- a/core/modules/storyviews/pop.js +++ b/core/modules/storyviews/pop.js @@ -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;