Skip to content

Commit

Permalink
Add ring
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Kondo committed Mar 26, 2015
1 parent e70c55d commit 798cb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/rangeslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ define(function rangeSlider() {
p_ring = 0,
f_ring = 0,
html = '',
num_rings = Math.round(this.coords.p_single_real / this.coords.p_step);
num_rings = Math.round(this.coords.p_single_real / this.coords.p_step) + 1;

for (i = num_rings; i > 0; i--) {
w_diff = 4 * i - 2;
Expand Down

0 comments on commit 798cb90

Please sign in to comment.