Skip to content

Commit c13a2f3

Browse files
committed
Fixed curly braces on new line
1 parent 221a8f1 commit c13a2f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ $.fn.buttonMarkup.defaults = {
8181
wrapperEls: "span"
8282
};
8383

84-
function closestEnabledButton( element )
85-
{
84+
function closestEnabledButton( element ) {
8685
while ( element ) {
8786
var $ele = $( element );
8887
if ( $ele.hasClass( "ui-btn" ) && !$ele.hasClass( "ui-disabled" ) ) {

0 commit comments

Comments
 (0)