diff options
| author | XhmikosR <[email protected]> | 2015-11-16 09:53:03 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-11-16 10:03:57 +0200 |
| commit | eea6690d0e47b25a02bb42e610fde7e5ecd247d7 (patch) | |
| tree | 267d5a5c035e0eb404f64dd654369995ee5f8b4c /js/dist/tooltip.js | |
| parent | 1b645ef686c61fef6be87c5ef15411cbeb869702 (diff) | |
| download | bootstrap-eea6690d0e47b25a02bb42e610fde7e5ecd247d7.tar.xz bootstrap-eea6690d0e47b25a02bb42e610fde7e5ecd247d7.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'js/dist/tooltip.js')
| -rw-r--r-- | js/dist/tooltip.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js index 8ace2dbb9..72ac98189 100644 --- a/js/dist/tooltip.js +++ b/js/dist/tooltip.js @@ -19,8 +19,8 @@ var Tooltip = (function ($) { * 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/)'); } /** |
