code style fix
This commit is contained in:
parent
74dfc63b9a
commit
b94252e479
|
@ -414,9 +414,8 @@ var dragOptions={
|
|||
);
|
||||
|
||||
}
|
||||
else if (event.pageY > bottom)
|
||||
{
|
||||
|
||||
else if (event.pageY > bottom) {
|
||||
|
||||
$(scrollingArea).scrollTop(
|
||||
currentScrollTop += 10
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue