{I" class:ETI"ProcessedAsset; FI"logical_path; TI"bootstrap/tooltip.js; FI" pathname; TI"a/Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/javascripts/bootstrap/tooltip.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+6±kTI"length; Tié;I"digest; TI"%95dcc6a08cfbddbd0b7ce99c1087fe92; FI"source; TI"é;/* ======================================================================== * Bootstrap: tooltip.js v3.3.1 * http://getbootstrap.com/javascript/#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== * Copyright 2011-2014 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.1' Tooltip.TRANSITION_DURATION = 150 Tooltip.DEFAULTS = { animation: true, placement: 'top', selector: false, template: '