Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yevkbb committed Mar 24, 2016
1 parent 1b27b69 commit e5be348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justgage.js
Expand Up @@ -880,7 +880,11 @@ JustGage.prototype.refresh = function(val, max) {
obj.txtMin.attr({
"text": obj.txtMaximum
});
obj.txtMax.attr({
"text": obj.txtMinimum
});
setDy(obj.txtMin, obj.params.minFontSize, obj.params.minY);
setDy(obj.txtMax, obj.params.minFontSize, obj.params.minY);
}
}

Expand Down

0 comments on commit e5be348

Please sign in to comment.