mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Update tooltip.js
match project's style check
This commit is contained in:
parent
1a23279237
commit
681d390a05
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ const Tooltip = (($) => {
|
|||
* Check for Tether dependency
|
||||
* Tether - http://github.hubspot.com/tether/
|
||||
*/
|
||||
if ('undefined' === typeof Tether) {
|
||||
if (typeof Tether === 'undefined') {
|
||||
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue