Skip to content

Commit

Permalink
Fixed serialization bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Jun 6, 2013
1 parent 2a94d53 commit d1a8c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.nouislider.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ $.fn.noUiSlider = function(options){
// get base
var base = $(this).children();

base.children().each(function(i,v){
base.children('b').each(function(i,v){

var handle = $(this);

Expand Down

0 comments on commit d1a8c4e

Please sign in to comment.