o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361449320.4701529 ü:@value"{I" class:EFI"BundledAsset; FI"logical_path; FI"#iugu-ux/editors/file_editor.js; FI" pathname; FI"€/Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/iugu-ux-0.9.2/vendor/assets/javascripts/iugu-ux/editors/file_editor.js.coffee; FI"content_type; FI"application/javascript; FI" mtime; FI"2013-01-17T19:18:49-02:00; FI"length; FiíI"digest; F"%dc3a8e80c66a9d38eae0bd5ca72dc3c0I"source; FI"í(function() { var __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; Backbone.Form.editors.File = (function(_super) { __extends(File, _super); function File() { return File.__super__.constructor.apply(this, arguments); } File.prototype.tagName = 'div'; File.prototype.events = { change: function(evt) { return this.trigger("change", this); }, focus: function() { return this.trigger("focus", this); }, blur: function() { return this.trigger("blur", this); }, 'click [data-action=remove-document]': 'removeDocument' }; File.prototype.removeDocument = function(evt) { var docid; evt.preventDefault(); docid = this.$('.uploaded-file').data("id"); return (new DocumentDestroyRequester(this, docid)).execute(); }; File.prototype.removeDocumentDOM = function() { this.$('.uploaded-file').hide(); this.$('.uploaded-file .uploaded-file-name').text(""); this.$('.uploaded-file').data('id', ""); return this.$('.file-upload').show(); }; File.prototype.setProgressBar = function(context, value) { context.$('.progress .bar').css('width', value + '%'); return context.$('.progress .bar').text(value + '%'); }; File.prototype.initialize = function(options) { var input, prbar, that, upfil; Backbone.Form.editors.Base.prototype.initialize.call(this, options); input = this.$el.append(""); prbar = this.$el.append("