o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1368221711.6517692:@value"�
{I"
class:EFI"ProcessedAsset;�FI"logical_path;�FI"jquery.ui.effect-clip.js;�TI"
pathname;�FI"}/Users/gawlim/.rvm/gems/ruby-1.9.3-p327@rails_info/gems/jquery-ui-rails-4.0.2/app/assets/javascripts/jquery.ui.effect-clip.js;�TI"content_type;�FI"application/javascript;�FI"
mtime;�FI"2013-05-10T14:56:24+02:00;�FI"length;�Fi�I"digest;�F"%fbf652b8241f300e9ea876691435cdbcI"source;�FI"�

/*!
 * jQuery UI Effects Clip 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/clip-effect/
 *
 * Depends:
 *	jquery.ui.effect.js
 */

(function( $, undefined ) {

$.effects.effect.clip = function( o, done ) {
	// Create element
	var el = $( this ),
		props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
		mode = $.effects.setMode( el, o.mode || "hide" ),
		show = mode === "show",
		direction = o.direction || "vertical",
		vert = direction === "vertical",
		size = vert ? "height" : "width",
		position = vert ? "top" : "left",
		animation = {},
		wrapper, animate, distance;

	// Save & Show
	$.effects.save( el, props );
	el.show();

	// Create Wrapper
	wrapper = $.effects.createWrapper( el ).css({
		overflow: "hidden"
	});
	animate = ( el[0].tagName === "IMG" ) ? wrapper : el;
	distance = animate[ size ]();

	// Shift
	if ( show ) {
		animate.css( size, 0 );
		animate.css( position, distance / 2 );
	}

	// Create Animation Object:
	animation[ size ] = show ? distance : 0;
	animation[ position ] = show ? 0 : distance / 2;

	// Animate
	animate.animate( animation, {
		queue: false,
		duration: o.duration,
		easing: o.easing,
		complete: function() {
			if ( !show ) {
				el.hide();
			}
			$.effects.restore( el, props );
			$.effects.removeWrapper( el );
			done();
		}
	});

};

})(jQuery);
;�FI"dependency_digest;�F"%caeb37c802be22c3d8e6df1d9989ef7cI"required_paths;�F[I"}/Users/gawlim/.rvm/gems/ruby-1.9.3-p327@rails_info/gems/jquery-ui-rails-4.0.2/app/assets/javascripts/jquery.ui.effect.js;�TI"}/Users/gawlim/.rvm/gems/ruby-1.9.3-p327@rails_info/gems/jquery-ui-rails-4.0.2/app/assets/javascripts/jquery.ui.effect-clip.js;�TI"dependency_paths;�F[{I"	path;�FI"}/Users/gawlim/.rvm/gems/ruby-1.9.3-p327@rails_info/gems/jquery-ui-rails-4.0.2/app/assets/javascripts/jquery.ui.effect-clip.js;�TI"
mtime;�FI"2013-05-10T14:56:24+02:00;�FI"digest;�F"%cd73a88b3446bf40e8a44171b02cc5ac{I"	path;�FI"}/Users/gawlim/.rvm/gems/ruby-1.9.3-p327@rails_info/gems/jquery-ui-rails-4.0.2/app/assets/javascripts/jquery.ui.effect.js;�TI"
mtime;�FI"2013-05-10T14:56:24+02:00;�FI"digest;�F"%88e618f0d41d9bf161df45d7f9829054I"
_version;�F"%6776f581a4329e299531e1d52aa59832