diff options
Diffstat (limited to 'ui/tabs.js')
-rw-r--r-- | ui/tabs.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/tabs.js b/ui/tabs.js index c0b24e743..d0d039db7 100644 --- a/ui/tabs.js +++ b/ui/tabs.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/tabs/ */ + +//>>label: Tabs +//>>group: Widgets +//>>description: Transforms a set of container elements into a tab structure. +//>>docs: http://api.jqueryui.com/tabs/ +//>>demos: http://jqueryui.com/tabs/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |