Skip to content

Commit

Permalink
Push after lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Apr 16, 2016
1 parent 0eaa2b3 commit 49e332d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
11 changes: 6 additions & 5 deletions distribute/nouislider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! nouislider - 8.4.0 - 2016-04-16 16:30:28 */
/*! nouislider - 8.4.0 - 2016-04-16 16:46:07 */

(function (factory) {

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

var count, values = asArray( input ), i,
// Event fires by default
fireSetEvent = (fireSetEvent === undefined ? true : !!fireSetEvent);
var count, values = asArray( input ), i;

// Event fires by default
fireSetEvent = (fireSetEvent === undefined ? true : !!fireSetEvent);

// The RTL settings is implemented by reversing the front-end,
// internal mechanisms are the same.
Expand Down Expand Up @@ -1824,7 +1825,7 @@ function closure ( target, options, originalOptions ){
// Spectrum is created using the range, snap, direction and step options.
// 'snap' and 'step' can be updated, 'direction' cannot, due to event binding.
// If 'snap' and 'step' are not passed, they should remain unchanged.
var v = valueGet(), i, newOptions = testOptions({
var v = valueGet(), newOptions = testOptions({
start: [0, 0],
margin: optionsToUpdate.margin,
limit: optionsToUpdate.limit,
Expand Down
2 changes: 1 addition & 1 deletion distribute/nouislider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49e332d

Please sign in to comment.