{I" class:ETI"ProcessedAsset; FI"logical_path; TI"!twitter/bootstrap/tooltip.js; FI" pathname; TI"/Users/simon/.rvm/gems/ruby-2.0.0-p247@prosperity/gems/anjlab-bootstrap-rails-3.0.0.3/app/assets/javascripts/twitter/bootstrap/tooltip.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+DRI"length; Ti.I"digest; TI"%aef5530d932d2703345a678df896ec22; FI"source; TI"./* ======================================================================== * Bootstrap: tooltip.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the 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.DEFAULTS = { animation: true , placement: 'top' , selector: false , template: '