mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Accordion: Added missing semicolon.
This commit is contained in:
parent
f77224055a
commit
79c0fb7ee9
2
ui/jquery.ui.accordion.js
vendored
2
ui/jquery.ui.accordion.js
vendored
@ -662,7 +662,7 @@ if ( $.uiBackCompat !== false ) {
|
|||||||
ret = _trigger.call( this, "change", event, data );
|
ret = _trigger.call( this, "change", event, data );
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
};
|
||||||
}( jQuery, jQuery.ui.accordion.prototype ) );
|
}( jQuery, jQuery.ui.accordion.prototype ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user