Skip to content

Commit

Permalink
fix: update the UI when seting the val manually
Browse files Browse the repository at this point in the history
  • Loading branch information
zhhz committed May 14, 2014
1 parent daecafc commit cbbd157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/jquery.dial.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@
}else{
v = parseFloat(v.toFixed(this.options.precision));
this.v = Math.min(Math.max(v, this.options.min), this.options.max)
this.$.text(this.val());
}
};

Expand Down

0 comments on commit cbbd157

Please sign in to comment.