o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1354913076.1890838 ó:@value"Ñ{I" class:EFI"ProcessedAsset; FI"logical_path; FI"jquery.ui.progressbar.js; FI" pathname; FI"|/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-ui-rails-2.0.2/vendor/assets/javascripts/jquery.ui.progressbar.js; FI"content_type; FI"application/javascript; FI" mtime; FI"2012-10-20T14:02:33+02:00; FI"length; FiK I"digest; F"%4a39aec01e27dfb5169449bb09c75fc4I"source; FI"K /*! * jQuery UI Progressbar 1.8.24 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar * * Depends: * jquery.ui.core.js * jquery.ui.widget.js */ (function( $, undefined ) { $.widget( "ui.progressbar", { options: { value: 0, max: 100 }, min: 0, _create: function() { this.element .addClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" ) .attr({ role: "progressbar", "aria-valuemin": this.min, "aria-valuemax": this.options.max, "aria-valuenow": this._value() }); this.valueDiv = $( "
" ) .appendTo( this.element ); this.oldValue = this._value(); this._refreshValue(); }, destroy: function() { this.element .removeClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" ) .removeAttr( "role" ) .removeAttr( "aria-valuemin" ) .removeAttr( "aria-valuemax" ) .removeAttr( "aria-valuenow" ); this.valueDiv.remove(); $.Widget.prototype.destroy.apply( this, arguments ); }, value: function( newValue ) { if ( newValue === undefined ) { return this._value(); } this._setOption( "value", newValue ); return this; }, _setOption: function( key, value ) { if ( key === "value" ) { this.options.value = value; this._refreshValue(); if ( this._value() === this.options.max ) { this._trigger( "complete" ); } } $.Widget.prototype._setOption.apply( this, arguments ); }, _value: function() { var val = this.options.value; // normalize invalid value if ( typeof val !== "number" ) { val = 0; } return Math.min( this.options.max, Math.max( this.min, val ) ); }, _percentage: function() { return 100 * this._value() / this.options.max; }, _refreshValue: function() { var value = this.value(); var percentage = this._percentage(); if ( this.oldValue !== value ) { this.oldValue = value; this._trigger( "change" ); } this.valueDiv .toggle( value > this.min ) .toggleClass( "ui-corner-right", value === this.options.max ) .width( percentage.toFixed(0) + "%" ); this.element.attr( "aria-valuenow", value ); } }); $.extend( $.ui.progressbar, { version: "1.8.24" }); })( jQuery ); ; FI"dependency_digest; F"%f82814066de28d91a6f79b30518803c3I"required_paths; F[ I"j/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-rails-2.1.4/vendor/assets/javascripts/jquery.js; FI"u/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-ui-rails-2.0.2/vendor/assets/javascripts/jquery.ui.core.js; FI"w/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-ui-rails-2.0.2/vendor/assets/javascripts/jquery.ui.widget.js; FI"|/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-ui-rails-2.0.2/vendor/assets/javascripts/jquery.ui.progressbar.js; FI"dependency_paths; F[ {I" path; FI"|/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-ui-rails-2.0.2/vendor/assets/javascripts/jquery.ui.progressbar.js; FI" mtime; FI"2012-10-20T14:02:33+02:00; FI"digest; F"%281a0178b53a0a1a8b94874a8eba769e{I" path; FI"u/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-ui-rails-2.0.2/vendor/assets/javascripts/jquery.ui.core.js; FI" mtime; FI"2012-10-20T14:02:33+02:00; FI"digest; F"%4c54173c29759b957a37b84c6965b982{I" path; FI"j/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-rails-2.1.4/vendor/assets/javascripts/jquery.js; FI" mtime; FI"2012-11-29T00:16:52+01:00; FI"digest; F"%f2ce65e415fd2052859d295e2408c12f{I" path; FI"w/Users/strzibny/.rvm/gems/ruby-1.9.2-p136/gems/jquery-ui-rails-2.0.2/vendor/assets/javascripts/jquery.ui.widget.js; FI" mtime; FI"2012-10-20T14:02:33+02:00; FI"digest; F"%f4f5316f045365d7057bd4773c327d53I" _version; F"%6776f581a4329e299531e1d52aa59832