mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Spinner: Style updates
This commit is contained in:
parent
f16ecced92
commit
c5d6ea4baa
@ -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
|
||||||
} );
|
} );
|
||||||
|
Loading…
Reference in New Issue
Block a user