cosmetic changes

This commit is contained in:
rlx 2018-01-21 09:27:33 +01:00
parent b158450d17
commit 719cfeac13

View file

@ -86,7 +86,7 @@ Ox.Range = function(options, self) {
if (self.options.arrows) {
self.$arrows = [];
Ox.range(0, 2).forEach(function(i) {
Ox.range(2).forEach(function(i) {
self.$arrows[i] = Ox.Button({
disabled: self.options.disabled,
overlap: i == 0 ? 'right' : 'left',