Spinner: Style updates

This commit is contained in:
Alexander Schmitz 2015-09-11 10:49:47 -04:00
parent f16ecced92
commit c5d6ea4baa

View File

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