{I" class:ETI"ProcessedAsset;FI"logical_path;TI""jquery.ui.effect-highlight.js;FI" pathname;TI"z/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-highlight.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+éÖ÷SI" length;TiíI" digest;TI"%cef9476ccc46b77ce1a1462a196b5c9b;FI" source;TI"í /*! * jQuery UI Effects Highlight 1.10.4 * http://jqueryui.com * * Copyright 2014 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); ;TI"dependency_digest;TI"%1edd6d7e2eac06ca5ab956eba1e7c60d;FI"required_paths;T[I"p/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect.js;FI"z/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-highlight.js;FI"dependency_paths;T[{I" path;TI"z/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-highlight.js;FI" mtime;TI"2014-08-22T16:48:57-07:00;TI" digest;TI"%4f2661ca4abd06151a9178182ec04445;F{@I"p/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect.js;F@ I"2014-08-22T16:48:57-07:00;T@"I"%efdde68bab3b30b47649cb6e20d22bee;FI" _version;TI"%3e3098c8a5e9a7f3b984ba95ac600637;F