File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 990
990
var tick = {
991
991
selected : self . isTickSelected ( value ) ,
992
992
style : {
993
- webkitTransform : translate + '(' + Math . round ( position ) + 'px)' ,
994
- transform : translate + '(' + Math . round ( position ) + 'px)'
993
+ '--webkit-transform' : translate + '(' + Math . round ( position ) + 'px)' ,
994
+ ' transform' : translate + '(' + Math . round ( position ) + 'px)'
995
995
}
996
996
} ;
997
997
if ( tick . selected && self . options . getSelectionBarColor ) {
Original file line number Diff line number Diff line change 994
994
var tick = {
995
995
selected : self . isTickSelected ( value ) ,
996
996
style : {
997
- webkitTransform : translate + '(' + Math . round ( position ) + 'px)' ,
998
- transform : translate + '(' + Math . round ( position ) + 'px)'
997
+ '--webkit-transform' : translate + '(' + Math . round ( position ) + 'px)' ,
998
+ ' transform' : translate + '(' + Math . round ( position ) + 'px)'
999
999
}
1000
1000
} ;
1001
1001
if ( tick . selected && self . options . getSelectionBarColor ) {
You can’t perform that action at this time.
0 commit comments