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] --- dist/js/umd/tooltip.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/js/umd') diff --git a/dist/js/umd/tooltip.js b/dist/js/umd/tooltip.js index 1d24b8102..4dc575df6 100644 --- a/dist/js/umd/tooltip.js +++ b/dist/js/umd/tooltip.js @@ -36,8 +36,8 @@ * Check for Tether dependency * Tether - http://github.hubspot.com/tether/ */ - if (!window.Tether) { - throw new Error("Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)"); + if (window.Tether === undefined) { + throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)'); } /** -- cgit v1.2.3