Skip to content

Commit

Permalink
Progressbar: Style updates
Browse files Browse the repository at this point in the history
Ref #14246
Ref gh-1588
  • Loading branch information
arschmitz committed Aug 21, 2015
1 parent f378e34 commit e4f42be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/widgets/progressbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ return $.widget( "ui.progressbar", {

this.indeterminate = newValue === false;

// sanitize value
// Sanitize value
if ( typeof newValue !== "number" ) {
newValue = 0;
}
Expand Down

0 comments on commit e4f42be

Please sign in to comment.