diff options
| author | Mark Otto <[email protected]> | 2016-12-21 20:37:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-21 20:37:46 -0800 |
| commit | a86f8f7bcfb59a5e026dd6a22278d3d945ff2e4e (patch) | |
| tree | 22076bf07045d749fd0d8b9e068ad97c3bc33fa1 /dist/js/bootstrap.js | |
| parent | 537c9984640a37f8fc10fb624036e1a3b66fdd57 (diff) | |
| download | bootstrap-a86f8f7bcfb59a5e026dd6a22278d3d945ff2e4e.tar.xz bootstrap-a86f8f7bcfb59a5e026dd6a22278d3d945ff2e4e.zip | |
grunt
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 46179bea5..dbf9064e8 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -2742,7 +2742,7 @@ var Tooltip = function ($) { * Check for Tether dependency * Tether - http://tether.io/ */ - if (window.Tether === undefined) { + if (typeof Tether === 'undefined') { throw new Error('Bootstrap tooltips require Tether (http://tether.io/)'); } |
