]> source.dussan.org Git - jquery-ui.git/commitdiff
Accordion: added a comment.
authorScott González <scott.gonzalez@gmail.com>
Mon, 31 Jan 2011 13:58:01 +0000 (08:58 -0500)
committerScott González <scott.gonzalez@gmail.com>
Mon, 31 Jan 2011 13:58:01 +0000 (08:58 -0500)
ui/jquery.ui.accordion.js

index 1aa820e68711deeb93545f94d092b0971397cd15..9d74557de699512e00bc8322af93b7416d077122 100644 (file)
@@ -725,6 +725,7 @@ if ( $.uiBackCompat !== false ) {
        // resize method
        jQuery.ui.accordion.prototype.resize = jQuery.ui.accordion.prototype.refresh;
 
+       // change events
        (function( $, prototype ) {
                var _trigger = prototype._trigger;
                prototype._trigger = function( type, event, data ) {