{I" class:ETI"BundledAsset; FI"logical_path; TI" hatchy/bootstrap/tooltip.js; FI" pathname; TI"i/home/bauser/Documents/dev/ruby/opensource/hatchy/app/assets/javascripts/hatchy/bootstrap/tooltip.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+R_”VI"length; TiÚ?I"digest; TI"%f84ca665f20377fe06f80929f5951ab6; FI"source; TI"Ú?/* ======================================================================== * Bootstrap: tooltip.js v3.3.5 * http://getbootstrap.com/javascript/#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ +function ($) { 'use strict'; // TOOLTIP PUBLIC CLASS DEFINITION // =============================== var Tooltip = function (element, options) { this.type = null this.options = null this.enabled = null this.timeout = null this.hoverState = null this.$element = null this.inState = null this.init('tooltip', element, options) } Tooltip.VERSION = '3.3.5' Tooltip.TRANSITION_DURATION = 150 Tooltip.DEFAULTS = { animation: true, placement: 'top', selector: false, template: '