partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 993bddd1475ba52eaddaa487fdb5ef9623490c22
parent f476a307415d6c4a3471cfb0707374e1817ffbb1
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 14 Sep 2011 16:52:20 +0200

Fix for #104 (git bisect ftw!)

Diffstat:
Dfrontend/js/ExtJS/Bugfixes/Ext.panel.Table-scrollDelta.js | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/frontend/js/ExtJS/Bugfixes/Ext.panel.Table-scrollDelta.js b/frontend/js/ExtJS/Bugfixes/Ext.panel.Table-scrollDelta.js @@ -1,8 +0,0 @@ -/** - * Bugfix for Ext.panel.Table: - * - * Set the scrollDelta to 100 to ensure better scrolling experience - */ -Ext.override(Ext.panel.Table, { - scrollDelta: 100 -});- \ No newline at end of file