Skip to content

Commit e4f42be

Browse files
committed
Progressbar: Style updates
Ref #14246 Ref gh-1588
1 parent f378e34 commit e4f42be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/progressbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ return $.widget( "ui.progressbar", {
9090

9191
this.indeterminate = newValue === false;
9292

93-
// sanitize value
93+
// Sanitize value
9494
if ( typeof newValue !== "number" ) {
9595
newValue = 0;
9696
}

0 commit comments

Comments
 (0)