Skip to content

Commit f5bbb8d

Browse files
author
Malte Wessel
committed
fixed spacing
1 parent cd069c8 commit f5bbb8d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/Scrollbars/index.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ import {
3434
export default class Scrollbars extends Component {
3535

3636
constructor(props, ...rest) {
37-
super(props, ...rest);
38-
39-
this.handleTrackMouseEnter = this.handleTrackMouseEnter.bind(this);
40-
this.handleTrackMouseLeave = this.handleTrackMouseLeave.bind(this);
41-
this.handleHorizontalTrackMouseDown = this.handleHorizontalTrackMouseDown.bind(this);
42-
this.handleVerticalTrackMouseDown = this.handleVerticalTrackMouseDown.bind(this);
43-
this.handleHorizontalThumbMouseDown = this.handleHorizontalThumbMouseDown.bind(this);
44-
this.handleVerticalThumbMouseDown = this.handleVerticalThumbMouseDown.bind(this);
45-
this.handleWindowResize = this.handleWindowResize.bind(this);
46-
this.handleScroll = this.handleScroll.bind(this);
47-
this.handleDrag = this.handleDrag.bind(this);
48-
this.handleDragEnd = this.handleDragEnd.bind(this);
49-
50-
this.state = {
51-
didMountUniversal: false
52-
};
37+
super(props, ...rest);
38+
39+
this.handleTrackMouseEnter = this.handleTrackMouseEnter.bind(this);
40+
this.handleTrackMouseLeave = this.handleTrackMouseLeave.bind(this);
41+
this.handleHorizontalTrackMouseDown = this.handleHorizontalTrackMouseDown.bind(this);
42+
this.handleVerticalTrackMouseDown = this.handleVerticalTrackMouseDown.bind(this);
43+
this.handleHorizontalThumbMouseDown = this.handleHorizontalThumbMouseDown.bind(this);
44+
this.handleVerticalThumbMouseDown = this.handleVerticalThumbMouseDown.bind(this);
45+
this.handleWindowResize = this.handleWindowResize.bind(this);
46+
this.handleScroll = this.handleScroll.bind(this);
47+
this.handleDrag = this.handleDrag.bind(this);
48+
this.handleDragEnd = this.handleDragEnd.bind(this);
49+
50+
this.state = {
51+
didMountUniversal: false
52+
};
5353
}
5454

5555
componentDidMount() {

0 commit comments

Comments
 (0)