mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner: Address review comments
This commit is contained in:
parent
c73ff7f2b8
commit
26f4dbce8e
@ -230,8 +230,7 @@ $.widget( "ui.spinner", {
|
||||
|
||||
// Add buttons
|
||||
.append(
|
||||
"<a></a>" +
|
||||
"<a></a>"
|
||||
"<a></a><a></a>"
|
||||
);
|
||||
},
|
||||
|
||||
@ -564,9 +563,7 @@ if ( $.uiBackCompat !== false ) {
|
||||
},
|
||||
|
||||
_buttonHtml: function() {
|
||||
return "" +
|
||||
"<a></a>" +
|
||||
"<a></a>";
|
||||
return "<a></a><a></a>";
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user