From 270769a7abf8c3a23788c560bae90e96fcfb39f7 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Thu, 5 Feb 2009 07:27:20 +0000 Subject: [PATCH] Tabs demo: use collapsible instead of deprecated deselectable option --- demos/tabs/collapsible.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html index 4c2646d15..d7f1a37b1 100644 --- a/demos/tabs/collapsible.html +++ b/demos/tabs/collapsible.html @@ -10,7 +10,7 @@ @@ -43,9 +43,9 @@
-

Click the selected tab to toggle its content closed/open. To enable this functionality, set the deselectable option to true.

+

Click the selected tab to toggle its content closed/open. To enable this functionality, set the collapsible option to true.

-
deselectable: true
+
collapsible: true
 
-- 2.39.5