Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-12-22 07:34:29 +0300
committerMark Otto <markdotto@gmail.com>2016-12-22 07:34:29 +0300
commit1f9619a5174501017c582382e158a2a04274fe65 (patch)
treedc82257721a1916c026c07774fdfb5be31650866 /js/dist/tooltip.js
parente111e2e58ec35dccb734764606637c4ce42e66e9 (diff)
parent681d390a0504c7a1c855a6eb052ea70409e41cde (diff)
Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 64b14493d7..268e40f003 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -17,7 +17,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/)');
}