{I" class:ETI"ProcessedAsset; FI"logical_path; TI"bootstrap/tooltip.js; FI" pathname; TI"~/Users/volmer/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.3/assets/javascripts/bootstrap/tooltip.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+iÊàTI"length; Ti ;I"digest; TI"%4d90d4ee015d2df34a7696864b2ea83c; FI"source; TI" ;/* ======================================================================== * 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: '