mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ const Tooltip = (($) => {
|
||||
* 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/)')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user