{I" class:EFI"BundledAsset; FI"logical_path; FI"bootstrap/popover.js; TI" pathname; FI"{/Users/michelsonmartinez/.rvm/gems/ruby-1.9.3-p327/gems/bootstrap-sass-3.3.4.1/assets/javascripts/bootstrap/popover.js; TI"content_type; FI"application/javascript; FI" mtime; Fl+ UI"length; Fi\I"digest; F"%3dcfaa462d273d183ef52064ce120a5bI"source; FI"\/* ======================================================================== * Bootstrap: popover.js v3.3.4 * http://getbootstrap.com/javascript/#popovers * ======================================================================== * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ +function ($) { 'use strict'; // POPOVER PUBLIC CLASS DEFINITION // =============================== var Popover = function (element, options) { this.init('popover', element, options) } if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') Popover.VERSION = '3.3.4' Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, { placement: 'right', trigger: 'click', content: '', template: '