diff options
Diffstat (limited to 'ui/menu.js')
-rw-r--r-- | ui/menu.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/menu.js b/ui/menu.js index 6d60e12a5..ad8198643 100644 --- a/ui/menu.js +++ b/ui/menu.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/menu/ */ + +//>>label: Menu +//>>group: Widgets +//>>description: Creates nestable menus. +//>>docs: http://api.jqueryui.com/menu/ +//>>demos: http://jqueryui.com/menu/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |