From e4f42beea66cde9a25f5e6c8adad2c38e8276ca1 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 21 Aug 2015 00:07:48 -0400 Subject: Progressbar: Style updates Ref #14246 Ref gh-1588 --- ui/widgets/progressbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/widgets/progressbar.js') 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; } -- cgit v1.2.3