mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-26 18:50:31 +00:00
Fixed curly braces on new line
This commit is contained in:
parent
221a8f1059
commit
c13a2f3bcb
1 changed files with 1 additions and 2 deletions
|
|
@ -81,8 +81,7 @@ $.fn.buttonMarkup.defaults = {
|
|||
wrapperEls: "span"
|
||||
};
|
||||
|
||||
function closestEnabledButton( element )
|
||||
{
|
||||
function closestEnabledButton( element ) {
|
||||
while ( element ) {
|
||||
var $ele = $( element );
|
||||
if ( $ele.hasClass( "ui-btn" ) && !$ele.hasClass( "ui-disabled" ) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue