Spinner: Address review comments

This commit is contained in:
Alexander Schmitz 2015-09-16 01:53:52 -04:00
parent c73ff7f2b8
commit 26f4dbce8e

View File

@ -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>";
}
} );
}