From eea6690d0e47b25a02bb42e610fde7e5ecd247d7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 16 Nov 2015 09:53:03 +0200 Subject: Run `grunt`. [ci skip] --- docs/dist/js/umd/tooltip.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/dist/js/umd/tooltip.js') diff --git a/docs/dist/js/umd/tooltip.js b/docs/dist/js/umd/tooltip.js index b34bb403c..4dc575df6 100644 --- a/docs/dist/js/umd/tooltip.js +++ b/docs/dist/js/umd/tooltip.js @@ -32,6 +32,14 @@ var Tooltip = (function ($) { + /** + * Check for Tether dependency + * Tether - http://github.hubspot.com/tether/ + */ + if (window.Tether === undefined) { + throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)'); + } + /** * ------------------------------------------------------------------------ * Constants -- cgit v1.2.3