Fix missed ';'
In JavaScript, it's the convension that ';' is placed at the end of statement
This commit is contained in:
parent
627b6a6b81
commit
1cdbc9509f
@ -90,7 +90,7 @@
|
||||
scrollbar_x_left = new_left;
|
||||
}
|
||||
$scrollbar_x.css({left: scrollbar_x_left + $this.scrollLeft()});
|
||||
}
|
||||
};
|
||||
|
||||
var moveBarY = function(current_top, delta_y) {
|
||||
var new_top = current_top + delta_y,
|
||||
|
Loading…
Reference in New Issue
Block a user