diff options
| author | Jacob Thornton <[email protected]> | 2015-11-14 20:43:45 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2015-11-14 20:43:45 -0800 |
| commit | ece98f980cc9dedbab099bd8d4fc1540a218bb9d (patch) | |
| tree | 3ab86a801447c5f0572ca29d8076adc378f9e03e /js/src | |
| parent | d600831a153c9930c3fe4e618b187951abc7b43b (diff) | |
| download | bootstrap-ece98f980cc9dedbab099bd8d4fc1540a218bb9d.tar.xz bootstrap-ece98f980cc9dedbab099bd8d4fc1540a218bb9d.zip | |
add undefined for now
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 173ee592e..6bd17353d 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -16,7 +16,7 @@ const Tooltip = (($) => { * Check for Tether dependency * Tether - http://github.hubspot.com/tether/ */ - if (!window.Tether) { + if (window.Tether === undefined) { throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)') } |
