{I" class:ETI"ProcessedAsset;FI"logical_path;TI"%alchemy/alchemy.file_progress.js;FI" pathname;TI"b/Users/tvd/code/ruby/gems/alchemy_cms/app/assets/javascripts/alchemy/alchemy.file_progress.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+P-RI" length;TiI" digest;TI"%176a2cbd5805e2b0bb172e7dda16dcb0;FI" source;TI"if (typeof(Alchemy) === 'undefined') { var Alchemy = {}; } (function($) { $.extend(Alchemy, { FileProgress: function(file) { var $progressBarContainer; this.fileID = file.id; this.$fileProgressWrapper = $('#' + this.fileID); if (!this.$fileProgressWrapper.get(0)) { // Build Wrapper this.$fileProgressWrapper = $('
'); // Build Container this.$fileProgressElement = $('
'); // Append Cancel Button this.$fileProgressCancel = $('