o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1370240869.579251: @value"š4{I" class:EFI"ProcessedAsset;FI"logical_path;FI"mercury/regions/simple.js;TI" pathname;FI"†/Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392@global/gems/mercury-rails-0.9.0/app/assets/javascripts/mercury/regions/simple.js.coffee;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-06-03T12:02:31+06:00;FI" length;FiÓ0I" digest;F"%ea5fef1357ca47e1753ce1015cfd0d15I" source;FI"Ó0(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; }; this.Mercury.Regions.Simple = (function(_super) { var type; __extends(Simple, _super); Simple.supported = document.getElementById; Simple.supportedText = "Chrome 10+, Firefox 4+, IE 7+, Safari 5+, Opera 8+"; type = 'simple'; Simple.prototype.type = function() { return type; }; function Simple(element, window, options) { this.element = element; this.window = window; this.options = options != null ? options : {}; Mercury.log("building " + type, this.element, this.options); Simple.__super__.constructor.apply(this, arguments); } Simple.prototype.build = function() { var height, value, width; if (this.element.css('display') === 'block') { width = '100%'; height = this.element.height(); } else { width = this.element.width(); height = this.element.height(); } value = this.element.text(); this.textarea = jQuery('