Skip to content

Commit 26f4dbc

Browse files
committed
Spinner: Address review comments
1 parent c73ff7f commit 26f4dbc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ui/widgets/spinner.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ $.widget( "ui.spinner", {
230230

231231
// Add buttons
232232
.append(
233-
"<a></a>" +
234-
"<a></a>"
233+
"<a></a><a></a>"
235234
);
236235
},
237236

@@ -564,9 +563,7 @@ if ( $.uiBackCompat !== false ) {
564563
},
565564

566565
_buttonHtml: function() {
567-
return "" +
568-
"<a></a>" +
569-
"<a></a>";
566+
return "<a></a><a></a>";
570567
}
571568
} );
572569
}

0 commit comments

Comments
 (0)