cosmetic changes
This commit is contained in:
parent
b158450d17
commit
719cfeac13
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Ox.Range = function(options, self) {
|
||||||
|
|
||||||
if (self.options.arrows) {
|
if (self.options.arrows) {
|
||||||
self.$arrows = [];
|
self.$arrows = [];
|
||||||
Ox.range(0, 2).forEach(function(i) {
|
Ox.range(2).forEach(function(i) {
|
||||||
self.$arrows[i] = Ox.Button({
|
self.$arrows[i] = Ox.Button({
|
||||||
disabled: self.options.disabled,
|
disabled: self.options.disabled,
|
||||||
overlap: i == 0 ? 'right' : 'left',
|
overlap: i == 0 ? 'right' : 'left',
|
||||||
|
|
Loading…
Reference in a new issue