Accordion: Added missing semicolon.

This commit is contained in:
Scott González 2011-03-23 08:57:41 -04:00
parent f77224055a
commit 79c0fb7ee9

View File

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