o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1391433988.184161:@value"F	{I"
class:EFI"ProcessedAsset;�FI"logical_path;�FI""jquery.ui.effect-highlight.js;�TI"
pathname;�FI"�/Users/gawlim/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/jquery-ui-rails-4.0.5/app/assets/javascripts/jquery.ui.effect-highlight.js;�TI"content_type;�FI"application/javascript;�FI"
mtime;�FI"2014-02-03T14:09:33+01:00;�FI"length;�Fi�I"digest;�F"%acdc10e3c98f21b8bafb8e7973a5846aI"source;�FI"�

/*!
 * jQuery UI Effects Highlight 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/highlight-effect/
 *
 * Depends:
 *	jquery.ui.effect.js
 */

(function( $, undefined ) {

$.effects.effect.highlight = function( o, done ) {
	var elem = $( this ),
		props = [ "backgroundImage", "backgroundColor", "opacity" ],
		mode = $.effects.setMode( elem, o.mode || "show" ),
		animation = {
			backgroundColor: elem.css( "backgroundColor" )
		};

	if (mode === "hide") {
		animation.opacity = 0;
	}

	$.effects.save( elem, props );

	elem
		.show()
		.css({
			backgroundImage: "none",
			backgroundColor: o.color || "#ffff99"
		})
		.animate( animation, {
			queue: false,
			duration: o.duration,
			easing: o.easing,
			complete: function() {
				if ( mode === "hide" ) {
					elem.hide();
				}
				$.effects.restore( elem, props );
				done();
			}
		});
};

})(jQuery);
;�FI"dependency_digest;�F"%4d926007054096dd034eb2fc66f8aa7aI"required_paths;�F[I"�/Users/gawlim/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/jquery-ui-rails-4.0.5/app/assets/javascripts/jquery.ui.effect.js;�TI"�/Users/gawlim/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/jquery-ui-rails-4.0.5/app/assets/javascripts/jquery.ui.effect-highlight.js;�TI"dependency_paths;�F[{I"	path;�FI"�/Users/gawlim/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/jquery-ui-rails-4.0.5/app/assets/javascripts/jquery.ui.effect-highlight.js;�TI"
mtime;�FI"2014-02-03T14:09:33+01:00;�FI"digest;�F"%db354364fe22eb0708af9f582d1eb4b8{I"	path;�FI"�/Users/gawlim/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/jquery-ui-rails-4.0.5/app/assets/javascripts/jquery.ui.effect.js;�TI"
mtime;�FI"2014-02-03T14:09:33+01:00;�FI"digest;�F"%cbdee4a2bed253b12eb6b09a5e7aeb2eI"
_version;�F"%6776f581a4329e299531e1d52aa59832