From b94252e479a95490e4382f4f20c8e758f0c07689 Mon Sep 17 00:00:00 2001 From: Erik Pellikka Date: Tue, 23 Feb 2016 09:24:01 -0500 Subject: [PATCH] code style fix --- apps/files/js/files.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/files/js/files.js b/apps/files/js/files.js index dc3fba9919..3e7fcf3372 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -414,9 +414,8 @@ var dragOptions={ ); } - else if (event.pageY > bottom) - { - + else if (event.pageY > bottom) { + $(scrollingArea).scrollTop( currentScrollTop += 10 );