Progressbar: Style updates

Ref #14246
Ref gh-1588
This commit is contained in:
Alexander Schmitz 2015-08-21 00:07:48 -04:00
parent f378e34789
commit e4f42beea6

View File

@ -90,7 +90,7 @@ return $.widget( "ui.progressbar", {
this.indeterminate = newValue === false;
// sanitize value
// Sanitize value
if ( typeof newValue !== "number" ) {
newValue = 0;
}