mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-24 05:54:43 +00:00
Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1
This commit is contained in:
commit
1f9619a517
3 changed files with 2 additions and 2 deletions
2
js/dist/tooltip.js
vendored
2
js/dist/tooltip.js
vendored
|
|
@ -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/)');
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
js/dist/tooltip.js.map
vendored
BIN
js/dist/tooltip.js.map
vendored
Binary file not shown.
|
|
@ -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/)')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue