From: Scott González Date: Mon, 31 Jan 2011 13:58:01 +0000 (-0500) Subject: Accordion: added a comment. X-Git-Tag: 1.9m4~38^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6309061a2b3abb7d20bfbb65602efe1a35081494;p=jquery-ui.git Accordion: added a comment. --- diff --git a/ui/jquery.ui.accordion.js b/ui/jquery.ui.accordion.js index 1aa820e68..9d74557de 100644 --- a/ui/jquery.ui.accordion.js +++ b/ui/jquery.ui.accordion.js @@ -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 ) {