Commit 0b9ad530 authored by Bogdan Androsov's avatar Bogdan Androsov Committed by Valentin Hervieu

Added prefix for webkit browsers

parent ae23e782
......@@ -990,6 +990,7 @@
var tick = {
selected: self.isTickSelected(value),
style: {
webkitTransform: translate + '(' + Math.round(position) + 'px)',
transform: translate + '(' + Math.round(position) + 'px)'
}
};
......
......@@ -994,6 +994,7 @@
var tick = {
selected: self.isTickSelected(value),
style: {
webkitTransform: translate + '(' + Math.round(position) + 'px)',
transform: translate + '(' + Math.round(position) + 'px)'
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment