o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1368221711.670279:@value"	{I"
class:EFI"ProcessedAsset;�FI"logical_path;�FI""jquery.ui.effect-highlight.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-highlight.js;�TI"content_type;�FI"application/javascript;�FI"
mtime;�FI"2013-05-10T14:56:24+02:00;�FI"length;�Fi�I"digest;�F"%17084d9db3ec5dd0dfcc88094026a4b3I"source;�FI"�

/*!
 * jQuery UI Effects Highlight 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/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"%6e441d6752d14252397a1288595bb345I"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-highlight.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-highlight.js;�TI"
mtime;�FI"2013-05-10T14:56:24+02:00;�FI"digest;�F"%50516fc6b9a2f2aacad41ff35158fac8{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