diff options
Diffstat (limited to 'ui/effect-blind.js')
-rw-r--r-- | ui/effect-blind.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-blind.js b/ui/effect-blind.js index 0582b073a..ffdfa3735 100644 --- a/ui/effect-blind.js +++ b/ui/effect-blind.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/blind-effect/ */ + +//>>label: Blind Effect +//>>group: Effects +//>>description: Blinds the element. +//>>docs: http://api.jqueryui.com/blind-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |