diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-10-30 15:55:08 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-11-10 13:19:03 -0500 |
commit | b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 (patch) | |
tree | 549f0cfc1e6996e9f88feca44df29a937ff9287c /ui/effect-drop.js | |
parent | 347b2a5ecd02933c191a13596a5849960f8f4ad2 (diff) | |
download | jquery-ui-b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8.tar.gz jquery-ui-b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8.zip |
Build: Remove manifest files; move metadata to source files
Closes gh-1379
Diffstat (limited to 'ui/effect-drop.js')
-rw-r--r-- | ui/effect-drop.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-drop.js b/ui/effect-drop.js index ec1b8cefd..0b3f85557 100644 --- a/ui/effect-drop.js +++ b/ui/effect-drop.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/drop-effect/ */ + +//>>label: Drop Effect +//>>group: Effects +//>>description: Moves an element in one direction and hides it at the same time. +//>>docs: http://api.jqueryui.com/drop-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |