{I" class:ETI"BundledAsset; FI"logical_path; TI"#type_station/editables/file.js; FI" pathname; TI"i/Users/richardadams/github/type_station/app/assets/javascripts/type_station/editables/file.js.coffee; FI"content_type; TI"application/javascript; TI" mtime; Tl+)‰¿TI"length; Ti™I"digest; TI"%1d2236d328c3de2abd24f7124925ca6e; FI"source; TI"™(function() { var buildUploader, setUpDrops; buildUploader = function(element, data) { var $input, elementId; elementId = $(element).attr('id'); $input = $(''); $input.attr({ type: "file", name: "file", "class": 'ts-editable-file-input', 'data-form-data': JSON.stringify(data), 'data-element-id': elementId }).cloudinary_fileupload().bind('cloudinaryprogress', function(e, data) { return $('.ts-progress-bar').css('width', Math.round((data.loaded * 100.0) / data.total) + '%'); }).bind('cloudinarystart', function(e, data) { $(this).prop('disabled', true); return $('body').append($('