From b43712e0f79a9f5bea52217e06155e2f471c490c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 7 Aug 2013 05:25:25 +0000 Subject: New develop.svn.wordpress.org repository based on the old core.svn repository. * All WordPress files move to a src/ directory. * New task runner (Grunt), configured to copy a built WordPress to build/. * svn:ignore and .gitignore for Gruntfile.js, wp-config.php, and node.js. * Remove Akismet external from develop.svn. Still exists in core.svn. * Drop minified files from src/. The build process will now generate these. props koop. see #24976. and see http://wp.me/p2AvED-1AI. git-svn-id: https://develop.svn.wordpress.org/trunk@25001 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js (limited to 'src/wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js') diff --git a/src/wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js b/src/wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js new file mode 100644 index 0000000000..5b15f8ef0a --- /dev/null +++ b/src/wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js @@ -0,0 +1,4 @@ +/*! jQuery UI - v1.10.3 - 2013-05-03 +* http://jqueryui.com +* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ +(function(t){t.effects.effect.clip=function(e,i){var s,n,a,o=t(this),r=["position","top","bottom","left","right","height","width"],h=t.effects.setMode(o,e.mode||"hide"),l="show"===h,c=e.direction||"vertical",u="vertical"===c,d=u?"height":"width",p=u?"top":"left",f={};t.effects.save(o,r),o.show(),s=t.effects.createWrapper(o).css({overflow:"hidden"}),n="IMG"===o[0].tagName?s:o,a=n[d](),l&&(n.css(d,0),n.css(p,a/2)),f[d]=l?a:0,f[p]=l?0:a/2,n.animate(f,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){l||o.hide(),t.effects.restore(o,r),t.effects.removeWrapper(o),i()}})}})(jQuery); \ No newline at end of file -- cgit v1.2.3