{I" class:EFI"BundledAsset; FI"logical_path; FI"bootstrap/tooltip.js; TI" pathname; FI"€/Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/bootstrap-sass-3.3.4.1/assets/javascripts/bootstrap/tooltip.js; TI"content_type; FI"application/javascript; FI" mtime; Fl+~†UI"length; Fiõ;I"digest; F"%08445d81d849c0e4023200f6a511e256I"source; FI"õ;/* ======================================================================== * Bootstrap: tooltip.js v3.3.4 * 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.init('tooltip', element, options) } Tooltip.VERSION = '3.3.4' Tooltip.TRANSITION_DURATION = 150 Tooltip.DEFAULTS = { animation: true, placement: 'top', selector: false, template: '