mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
add undefined for now
This commit is contained in:
@@ -16,7 +16,7 @@ const Tooltip = (($) => {
|
|||||||
* Check for Tether dependency
|
* Check for Tether dependency
|
||||||
* Tether - http://github.hubspot.com/tether/
|
* 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/)')
|
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user