aboutsummaryrefslogtreecommitdiffstats
path: root/ui/resizable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/resizable.js')
-rw-r--r--ui/resizable.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/resizable.js b/ui/resizable.js
index a02837a19..5c262f1e5 100644
--- a/ui/resizable.js
+++ b/ui/resizable.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/resizable/
*/
+
+//>>label: Resizble
+//>>group: Interactions
+//>>description: Enables resize functionality for any element.
+//>>docs: http://api.jqueryui.com/resizable/
+//>>demos: http://jqueryui.com/resizable/
+
(function( factory ) {
if ( typeof define === "function" && define.amd ) {