(function(n){var t,i;if(typeof n.fn.tooltip.Constructor=="undefined")throw new Error("Bootstrap Tooltip must be included first!");t=n.fn.tooltip.Constructor;n.extend(t.Default,{customClass:""});i=t.prototype.show;t.prototype.show=function(){if(i.apply(this,Array.prototype.slice.apply(arguments)),this.config.customClass){var t=this.getTipElement();n(t).addClass(this.config.customClass)}}})(window.jQuery)