o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1355470625.450297: @value"J{I" class:EFI"BundledAsset;FI"logical_path;FI" mercury/regions/markdown.js;FI" pathname;FI"/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/assets/javascripts/mercury/regions/markdown.coffee;FI"content_type;FI"application/javascript;FI" mtime;FI"2012-08-08T16:13:36+08:00;FI" length;FiHI" digest;F"%cd0ee3124460ebf62b07bb368e9f8e63I" source;FI"H(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('