diff options
Diffstat (limited to 'ui/draggable.js')
-rw-r--r-- | ui/draggable.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/draggable.js b/ui/draggable.js index 5be628dc8..e2bd4eb81 100644 --- a/ui/draggable.js +++ b/ui/draggable.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/draggable/ */ + +//>>label: Draggable +//>>group: Interactions +//>>description: Enables dragging functionality for any element. +//>>docs: http://api.jqueryui.com/draggable/ +//>>demos: http://jqueryui.com/draggable/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |