diff options
Diffstat (limited to 'ui/effect.js')
-rw-r--r-- | ui/effect.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect.js b/ui/effect.js index 6fe99708b..fbbd7fe28 100644 --- a/ui/effect.js +++ b/ui/effect.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/category/effects-core/ */ + +//>>label: Effects Core +//>>group: Effects +//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects. +//>>docs: http://api.jqueryui.com/category/effects-core/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |