From 6309061a2b3abb7d20bfbb65602efe1a35081494 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 31 Jan 2011 08:58:01 -0500 Subject: [PATCH] Accordion: added a comment. --- ui/jquery.ui.accordion.js | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.39.5