aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/progressbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widgets/progressbar.js')
-rw-r--r--ui/widgets/progressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js
index a52cbb713..07ffaa97f 100644
--- a/ui/widgets/progressbar.js
+++ b/ui/widgets/progressbar.js
@@ -90,7 +90,7 @@ return $.widget( "ui.progressbar", {
this.indeterminate = newValue === false;
- // sanitize value
+ // Sanitize value
if ( typeof newValue !== "number" ) {
newValue = 0;
}