code style fix

This commit is contained in:
Erik Pellikka 2016-02-23 09:24:01 -05:00 committed by Morris Jobke
parent 74dfc63b9a
commit b94252e479
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 2 additions and 3 deletions

View File

@ -414,9 +414,8 @@ var dragOptions={
);
}
else if (event.pageY > bottom)
{
else if (event.pageY > bottom) {
$(scrollingArea).scrollTop(
currentScrollTop += 10
);