@@ -34,22 +34,22 @@ import {
34
34
export default class Scrollbars extends Component {
35
35
36
36
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
+ } ;
53
53
}
54
54
55
55
componentDidMount ( ) {
0 commit comments