{I" class:ETI"ProcessedAsset; FI"logical_path; TI"bootstrap/tooltip.js; FI" pathname; TI"n/Users/zschweitzer/.rvm/gems/ruby-2.1.4/gems/bootstrap-sass-3.3.6/assets/javascripts/bootstrap/tooltip.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+PæUVI"length; TiÚ?I"digest; TI"%4d1dc0e85cdb6ee6db4e4314fab38d38; FI"source; TI"Ú?/* ======================================================================== * Bootstrap: tooltip.js v3.3.6 * 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.6' Tooltip.TRANSITION_DURATION = 150 Tooltip.DEFAULTS = { animation: true, placement: 'top', selector: false, template: '