From 3c11cd3051b463c4e18b5b5af1d0cac7f65c0537 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 13 Jan 2011 14:01:38 -0500 Subject: [PATCH] Accordion: Added note about supporting negative values for active option in 2.0. --- ui/jquery.ui.accordion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.accordion.js b/ui/jquery.ui.accordion.js index bcc798bf8..eb6cdb5d0 100644 --- a/ui/jquery.ui.accordion.js +++ b/ui/jquery.ui.accordion.js @@ -287,7 +287,7 @@ $.widget( "ui.accordion", { this._eventHandler( { target: active, currentTarget: active } ); }, - // TODO: add tests for negative values in 2.0 + // TODO: add tests/docs for negative values in 2.0 (#6854) _findActive: function( selector ) { return typeof selector === "number" ? this.headers.eq( selector ) : $( [] ); }, -- 2.39.5