{I" class:ETI"BundledAsset; FI"logical_path; TI"mercury/tooltip.js; FI" pathname; TI"‡/home/edik/.rvm/gems/ruby-2.0.0-p247@very_simple_cms/bundler/gems/mercury-3e0245e33195/app/assets/javascripts/mercury/tooltip.js.coffee; FI"content_type; TI"application/javascript; TI" mtime; Tl+½¡9RI"length; TiÝI"digest; TI"%6355070abace87cf6ff62a96236fd650; FI"source; TI"Ý(function() { this.Mercury.tooltip = function(forElement, content, options) { if (options == null) { options = {}; } Mercury.tooltip.show(forElement, content, options); return Mercury.tooltip; }; jQuery.extend(Mercury.tooltip, { show: function(forElement, content, options) { this.forElement = forElement; this.content = content; this.options = options != null ? options : {}; this.document = this.forElement.get(0).ownerDocument; this.initialize(); if (this.visible) { return this.update(); } else { return this.appear(); } }, initialize: function() { if (this.initialized) { return; } this.build(); this.bindEvents(); return this.initialized = true; }, build: function() { var _ref; this.element = jQuery('