aboutsummaryrefslogtreecommitdiffstats
path: root/ui/selectable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/selectable.js')
-rw-r--r--ui/selectable.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/selectable.js b/ui/selectable.js
index 81a3f9789..ac67f7ded 100644
--- a/ui/selectable.js
+++ b/ui/selectable.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/selectable/
*/
+
+//>>label: Selectable
+//>>group: Interactions
+//>>description: Allows groups of elements to be selected with the mouse.
+//>>docs: http://api.jqueryui.com/selectable/
+//>>demos: http://jqueryui.com/selectable/
+
(function( factory ) {
if ( typeof define === "function" && define.amd ) {