diff options
Diffstat (limited to 'ui/sortable.js')
-rw-r--r-- | ui/sortable.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/sortable.js b/ui/sortable.js index 913949c20..c9254651a 100644 --- a/ui/sortable.js +++ b/ui/sortable.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/sortable/ */ + +//>>label: Sortable +//>>group: Interactions +//>>description: Enables items in a list to be sorted using the mouse. +//>>docs: http://api.jqueryui.com/sortable/ +//>>demos: http://jqueryui.com/sortable/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |