]> source.dussan.org Git - jquery-ui.git/commitdiff
Progressbar: Style updates
authorAlexander Schmitz <arschmitz@gmail.com>
Fri, 21 Aug 2015 04:07:48 +0000 (00:07 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Fri, 21 Aug 2015 12:06:23 +0000 (08:06 -0400)
Ref #14246
Ref gh-1588

ui/widgets/progressbar.js

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