{I" class:ETI"ProcessedAsset;FI"logical_path;TI"!jquery.ui.effect-transfer.js;FI" pathname;TI"}/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-transfer.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+£ßµRI" length;TiØI" digest;TI"%c6b8b73c194d97dd457664744bb11f89;FI" source;TI"Ø /*! * jQuery UI Effects Transfer 1.10.3 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/transfer-effect/ * * Depends: * jquery.ui.effect.js */ (function( $, undefined ) { $.effects.effect.transfer = function( o, done ) { var elem = $( this ), target = $( o.to ), targetFixed = target.css( "position" ) === "fixed", body = $("body"), fixTop = targetFixed ? body.scrollTop() : 0, fixLeft = targetFixed ? body.scrollLeft() : 0, endPosition = target.offset(), animation = { top: endPosition.top - fixTop , left: endPosition.left - fixLeft , height: target.innerHeight(), width: target.innerWidth() }, startPosition = elem.offset(), transfer = $( "
" ) .appendTo( document.body ) .addClass( o.className ) .css({ top: startPosition.top - fixTop , left: startPosition.left - fixLeft , height: elem.innerHeight(), width: elem.innerWidth(), position: targetFixed ? "fixed" : "absolute" }) .animate( animation, o.duration, o.easing, function() { transfer.remove(); done(); }); }; })(jQuery); ;TI"dependency_digest;TI"%bda640cd41e8c0b9b072ac8785d37e75;FI"required_paths;T[I"t/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect.js;FI"}/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-transfer.js;FI"dependency_paths;T[{I" path;TI"}/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-transfer.js;FI" mtime;TI"2013-12-21T13:36:19-05:00;TI" digest;TI"%54c654239cbeb5a194e8f0defc3721c0;F{I" path;TI"t/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect.js;FI" mtime;TI"2013-12-21T13:36:19-05:00;TI" digest;TI"%6dd67af3c6e796169c0a77f7de41ad2f;FI" _version;TI"%a56df69ef97ba4d9f1a23bf9b0add58a;F