{I" class:ETI"BundledAsset;FI"logical_path;TI" mercury/regions/markdown.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/markdown.js.coffee;FI"content_type;TI"application/javascript;TI" mtime;Tl+9RI" length;TiII" digest;TI"%15ac94c7bda2301db4109c6eb7441a85;FI" source;TI"I(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.Markdown = (function(_super) { var type; __extends(Markdown, _super); Markdown.supported = document.getElementById; Markdown.supportedText = "Chrome 10+, Firefox 4+, IE 7+, Safari 5+, Opera 8+"; type = 'markdown'; Markdown.prototype.type = function() { return type; }; function Markdown(element, window, options) { this.element = element; this.window = window; this.options = options != null ? options : {}; Markdown.__super__.constructor.apply(this, arguments); this.converter = new Showdown.converter(); } Markdown.prototype.build = function() { var height, value, width; width = '100%'; height = this.element.height(); value = this.element.html().replace(/^\s+|\s+$/g, '').replace('>', '>'); this.textarea = jQuery('