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