forked from simeydotme/jQuery-ui-Slider-Pips
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bb4dda
commit 9da182f
Showing
6 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*! jQuery-ui-Slider-Pips - v1.11.3 - 2016-03-15 | ||
/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04 | ||
* Copyright (c) 2016 Simon Goellner <[email protected]>; Licensed MIT */ | ||
|
||
/* HORIZONTAL */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
/*! jQuery-ui-Slider-Pips - v1.11.3 - 2016-03-15 | ||
/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04 | ||
* Copyright (c) 2016 Simon Goellner <[email protected]>; Licensed MIT */ | ||
|
||
/*! jQuery-ui-Slider-Pips - v1.11.1 - 2015-11-30 | ||
* Copyright (c) 2015 Simon Goellner <[email protected]>; Licensed MIT */ | ||
|
||
|
||
|
||
(function($) { | ||
|
||
"use strict"; | ||
|
@@ -314,7 +309,7 @@ | |
classLabel = labelValue.toString().replace(".", "-"); | ||
|
||
// get the index needed for selecting labels out of the array | ||
labelIndex = Math.round( ( number - min ) / options.step ); | ||
labelIndex = ( number + min ) - min; | ||
|
||
// we need to set the human-readable label to either the | ||
// corresponding element in the array, or the appropriate | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.