{I" class:ETI"ProcessedAsset; FI"logical_path; TI"$type_station/editables/image.js; FI" pathname; TI"j/Users/richardadams/github/type_station/app/assets/javascripts/type_station/editables/image.js.coffee; FI"content_type; TI"application/javascript; TI" mtime; Tl+ÅÃÐTI"length; TiÉI"digest; TI"%53b33f17e43ce2ec026869b51a99aa06; 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-image-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($('