1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00
This commit is contained in:
Mark Otto
2016-12-21 20:37:46 -08:00
parent 537c998464
commit a86f8f7bcf
4 changed files with 4 additions and 4 deletions

View File

@@ -2742,7 +2742,7 @@ var Tooltip = function ($) {
* Check for Tether dependency * Check for Tether dependency
* Tether - http://tether.io/ * Tether - http://tether.io/
*/ */
if (window.Tether === undefined) { if (typeof Tether === 'undefined') {
throw new Error('Bootstrap tooltips require Tether (http://tether.io/)'); throw new Error('Bootstrap tooltips require Tether (http://tether.io/)');
} }

File diff suppressed because one or more lines are too long

View File

@@ -2742,7 +2742,7 @@ var Tooltip = function ($) {
* Check for Tether dependency * Check for Tether dependency
* Tether - http://tether.io/ * Tether - http://tether.io/
*/ */
if (window.Tether === undefined) { if (typeof Tether === 'undefined') {
throw new Error('Bootstrap tooltips require Tether (http://tether.io/)'); throw new Error('Bootstrap tooltips require Tether (http://tether.io/)');
} }

File diff suppressed because one or more lines are too long