]> source.dussan.org Git - jquery-ui.git/commitdiff
Spinner: Style updates
authorAlexander Schmitz <arschmitz@gmail.com>
Fri, 11 Sep 2015 14:49:47 +0000 (10:49 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Thu, 8 Oct 2015 18:02:57 +0000 (14:02 -0400)
ui/widgets/spinner.js

index 1c7e9b364baddd6cbafc22a517a772591f5d4352..43bc694a502ae3976d5bdaf3e37ec7633c1ad4ee 100644 (file)
@@ -262,7 +262,7 @@ $.widget( "ui.spinner", {
                        "icon": this.options.icons.up,
                        "showLabel": false
                } );
-               this.buttons.last().button({
+               this.buttons.last().button( {
                        "icon": this.options.icons.down,
                        "showLabel": false
                } );