|
1 | | -/*! nouislider - 8.4.0 - 2016-04-16 16:30:28 */ |
| 1 | +/*! nouislider - 8.4.0 - 2016-04-16 16:46:07 */ |
2 | 2 |
|
3 | 3 | (function (factory) { |
4 | 4 |
|
@@ -1690,9 +1690,10 @@ function closure ( target, options, originalOptions ){ |
1690 | 1690 | // Set the slider value. |
1691 | 1691 | function valueSet ( input, fireSetEvent ) { |
1692 | 1692 |
|
1693 | | - var count, values = asArray( input ), i, |
1694 | | - // Event fires by default |
1695 | | - fireSetEvent = (fireSetEvent === undefined ? true : !!fireSetEvent); |
| 1693 | + var count, values = asArray( input ), i; |
| 1694 | + |
| 1695 | + // Event fires by default |
| 1696 | + fireSetEvent = (fireSetEvent === undefined ? true : !!fireSetEvent); |
1696 | 1697 |
|
1697 | 1698 | // The RTL settings is implemented by reversing the front-end, |
1698 | 1699 | // internal mechanisms are the same. |
@@ -1824,7 +1825,7 @@ function closure ( target, options, originalOptions ){ |
1824 | 1825 | // Spectrum is created using the range, snap, direction and step options. |
1825 | 1826 | // 'snap' and 'step' can be updated, 'direction' cannot, due to event binding. |
1826 | 1827 | // If 'snap' and 'step' are not passed, they should remain unchanged. |
1827 | | - var v = valueGet(), i, newOptions = testOptions({ |
| 1828 | + var v = valueGet(), newOptions = testOptions({ |
1828 | 1829 | start: [0, 0], |
1829 | 1830 | margin: optionsToUpdate.margin, |
1830 | 1831 | limit: optionsToUpdate.limit, |
|
0 commit comments