Fix for issue #1526

This commit is contained in:
Ghislain Seguin 2011-07-12 23:25:18 -07:00
parent 8623b67a41
commit 3062d385b8

View file

@ -214,7 +214,7 @@ $.widget( "mobile.slider", $.mobile.widget, {
}
});
this.refresh();
this.refresh(undefined, undefined, true);
},
refresh: function( val, isfromControl, preventInputUpdate ) {