@@ -12,10 +12,10 @@ |
||
12 | 12 | { |
13 | 13 | $this->default((int) $this->default); |
14 | 14 | |
15 | - $options = array_merge([ |
|
16 | - 'upClass' => 'success', |
|
17 | - 'downClass' => 'primary', |
|
18 | - 'center' => true], $this->options); |
|
15 | + $options = array_merge([ |
|
16 | + 'upClass' => 'success', |
|
17 | + 'downClass' => 'primary', |
|
18 | + 'center' => true], $this->options); |
|
19 | 19 | $options = json_encode($options); |
20 | 20 | |
21 | 21 | $this->script = <<<EOT |