diff options
Diffstat (limited to 'ui/accordion.js')
-rw-r--r-- | ui/accordion.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/accordion.js b/ui/accordion.js index 946437197..1f41266d7 100644 --- a/ui/accordion.js +++ b/ui/accordion.js @@ -5,9 +5,14 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/accordion/ */ + +//>>label: Accordion +//>>group: Widgets +//>>description: Displays collapsible content panels for presenting information in a limited amount of space. +//>>docs: http://api.jqueryui.com/accordion/ +//>>demos: http://jqueryui.com/accordion/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |