Skip to content

Commit 49e332d

Browse files
committed
Push after lint
1 parent 0eaa2b3 commit 49e332d

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

distribute/nouislider.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! nouislider - 8.4.0 - 2016-04-16 16:30:28 */
1+
/*! nouislider - 8.4.0 - 2016-04-16 16:46:07 */
22

33
(function (factory) {
44

@@ -1690,9 +1690,10 @@ function closure ( target, options, originalOptions ){
16901690
// Set the slider value.
16911691
function valueSet ( input, fireSetEvent ) {
16921692

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);
16961697

16971698
// The RTL settings is implemented by reversing the front-end,
16981699
// internal mechanisms are the same.
@@ -1824,7 +1825,7 @@ function closure ( target, options, originalOptions ){
18241825
// Spectrum is created using the range, snap, direction and step options.
18251826
// 'snap' and 'step' can be updated, 'direction' cannot, due to event binding.
18261827
// If 'snap' and 'step' are not passed, they should remain unchanged.
1827-
var v = valueGet(), i, newOptions = testOptions({
1828+
var v = valueGet(), newOptions = testOptions({
18281829
start: [0, 0],
18291830
margin: optionsToUpdate.margin,
18301831
limit: optionsToUpdate.limit,

distribute/nouislider.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)