aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tooltip.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tooltip.js')
-rw-r--r--ui/tooltip.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/tooltip.js b/ui/tooltip.js
index 180c9f8e2..7decb0606 100644
--- a/ui/tooltip.js
+++ b/ui/tooltip.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/tooltip/
*/
+
+//>>label: Tooltip
+//>>group: Widgets
+//>>description: Shows additional information for any element on hover or focus.
+//>>docs: http://api.jqueryui.com/tooltip/
+//>>demos: http://jqueryui.com/tooltip/
+
(function( factory ) {
if ( typeof define === "function" && define.amd ) {