From b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 30 Oct 2014 15:55:08 -0400 Subject: Build: Remove manifest files; move metadata to source files Closes gh-1379 --- ui/effect-drop.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ui/effect-drop.js') 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 ) { -- cgit v1.2.3