From a7abe24382bac00243fd19ebc2cdde87569eab79 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 22 Oct 2012 19:46:18 -0700 Subject: more file cleanup --- .../development-bundle/ui/minified/jquery.effects.transfer.min.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 include/jquery_ui/development-bundle/ui/minified/jquery.effects.transfer.min.js (limited to 'include/jquery_ui/development-bundle/ui/minified/jquery.effects.transfer.min.js') diff --git a/include/jquery_ui/development-bundle/ui/minified/jquery.effects.transfer.min.js b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.transfer.min.js deleted file mode 100644 index ae5583660..000000000 --- a/include/jquery_ui/development-bundle/ui/minified/jquery.effects.transfer.min.js +++ /dev/null @@ -1,5 +0,0 @@ -/*! jQuery UI - v1.8.21 - 2012-06-05 -* https://github.com/jquery/jquery-ui -* Includes: jquery.effects.transfer.js -* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */ -(function(a,b){a.effects.transfer=function(b){return this.queue(function(){var c=a(this),d=a(b.options.to),e=d.offset(),f={top:e.top,left:e.left,height:d.innerHeight(),width:d.innerWidth()},g=c.offset(),h=a('
').appendTo(document.body).addClass(b.options.className).css({top:g.top,left:g.left,height:c.innerHeight(),width:c.innerWidth(),position:"absolute"}).animate(f,b.duration,b.options.easing,function(){h.remove(),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery); \ No newline at end of file -- cgit v1.2.3