Skip to content

Commit

Permalink
Fix for issue jquery-archive#1526
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Jul 13, 2011
1 parent 8623b67 commit 3062d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.forms.slider.js
Expand Up @@ -214,7 +214,7 @@ $.widget( "mobile.slider", $.mobile.widget, {
}
});

this.refresh();
this.refresh(undefined, undefined, true);
},

refresh: function( val, isfromControl, preventInputUpdate ) {
Expand Down

0 comments on commit 3062d38

Please sign in to comment.