Accordion: added a comment.

This commit is contained in:
Scott González
2011-01-31 08:58:01 -05:00
parent c58012364b
commit 6309061a2b

View 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 ) {