From 66087085e74f337b5059a0b9a26c11e8bbdebe43 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 28 Oct 2012 09:51:59 +0000 Subject: [PATCH] Whoops, accidentally left some debug commenting out --- core/modules/macros/list/listviews/classic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/macros/list/listviews/classic.js b/core/modules/macros/list/listviews/classic.js index a7f8d69fe..8f12f3a07 100644 --- a/core/modules/macros/list/listviews/classic.js +++ b/core/modules/macros/list/listviews/classic.js @@ -66,7 +66,7 @@ ClassicListView.prototype.navigateTo = function(historyInfo) { {height: currHeight + "px"} ]); // Scroll the target element into view - //$tw.scroller.scrollIntoView(dstRect); + $tw.scroller.scrollIntoView(dstRect); }; ClassicListView.prototype.insert = function(index) {