{I" class:ETI"ProcessedAsset;FI"logical_path;TI"mercury/regions/simple.js;FI" pathname;TI"Ž/home/edik/.rvm/gems/ruby-2.0.0-p247@very_simple_cms/bundler/gems/mercury-3e0245e33195/app/assets/javascripts/mercury/regions/simple.js.coffee;FI"content_type;TI"application/javascript;TI" mtime;Tl+½¡9RI" length;TiÈ0I" digest;TI"%cd8be5c838ae61aef30c1f80a3a68dbb;FI" source;TI"È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('