{I" class:ETI"ProcessedAsset;FI"logical_path;TI""jquery-ui/effect-highlight.js;FI" pathname;TI"z/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect-highlight.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+ ¨TI" length;Ti£I" digest;TI"%fcb1d8cdd0cd79282c1131168610f2bc;FI" source;TI"£ /*! * jQuery UI Effects Highlight 1.11.2 * 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/ */ (function( factory ) { if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define([ "jquery", "./effect" ], factory ); } else { // Browser globals factory( jQuery ); } }(function( $ ) { return $.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(); } }); }; })); ;TI"dependency_digest;TI"%5309bef8068034848cbeea93bf3a5ee4;FI"required_paths;T[I"p/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect.js;FI"z/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect-highlight.js;FI"dependency_paths;T[{I" path;TI"z/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect-highlight.js;FI" mtime;TI"2014-12-13T23:28:38-06:00;TI" digest;TI"%70e261dc364a2a04d2805572abe3f8be;F{@I"p/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect.js;F@ I"2014-12-13T23:28:38-06:00;T@"I"%622ca091e67e9cb7d4081db5713ac40a;FI" _version;TI"%069e88c06b889877799890854d7f4c40;F