]> source.dussan.org Git - jquery-ui.git/commitdiff
Accordion: Added missing semicolon.
authorScott González <scott.gonzalez@gmail.com>
Wed, 23 Mar 2011 12:57:41 +0000 (08:57 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 23 Mar 2011 12:57:41 +0000 (08:57 -0400)
ui/jquery.ui.accordion.js

index 7f67814b428590c62c82c0c7282abef2c0d45b96..95fa1d16374e90b230d3c08dba354115a0c35ae7 100644 (file)
@@ -662,7 +662,7 @@ if ( $.uiBackCompat !== false ) {
                                ret = _trigger.call( this, "change", event, data );
                        }
                        return ret;
-               }
+               };
        }( jQuery, jQuery.ui.accordion.prototype ) );
 }