diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-03-23 08:57:41 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-03-23 08:57:41 -0400 |
commit | 79c0fb7ee93168c0ddbb5e80f3cc063a6e29b18c (patch) | |
tree | b548b472b7e175d0ca017c6d1810b67c383d6d41 /ui | |
parent | f77224055a65f8343cd53411608a95d98db97138 (diff) | |
download | jquery-ui-79c0fb7ee93168c0ddbb5e80f3cc063a6e29b18c.tar.gz jquery-ui-79c0fb7ee93168c0ddbb5e80f3cc063a6e29b18c.zip |
Accordion: Added missing semicolon.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.accordion.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.accordion.js b/ui/jquery.ui.accordion.js index 7f67814b4..95fa1d163 100644 --- a/ui/jquery.ui.accordion.js +++ b/ui/jquery.ui.accordion.js @@ -662,7 +662,7 @@ if ( $.uiBackCompat !== false ) { ret = _trigger.call( this, "change", event, data ); } return ret; - } + }; }( jQuery, jQuery.ui.accordion.prototype ) ); } |