{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.3/assets/javascripts/bootstrap/tooltip.js; TI"content_type; FI"application/javascript; FI" mtime; Fl+ŸFäTI"length; Fi ;I"digest; F"%e56069d0517bd2a1907bb7f5b7441a33I"source; FI" ;/* ======================================================================== * Bootstrap: tooltip.js v3.3.2 * 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 = this.options = this.enabled = this.timeout = this.hoverState = this.$element = null this.init('tooltip', element, options) } Tooltip.VERSION = '3.3.2' Tooltip.TRANSITION_DURATION = 150 Tooltip.DEFAULTS = { animation: true, placement: 'top', selector: false, template: '