mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
parent
f378e34789
commit
e4f42beea6
@ -90,7 +90,7 @@ return $.widget( "ui.progressbar", {
|
||||
|
||||
this.indeterminate = newValue === false;
|
||||
|
||||
// sanitize value
|
||||
// Sanitize value
|
||||
if ( typeof newValue !== "number" ) {
|
||||
newValue = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user