mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
Update tooltip.js
match project's style check
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 ('undefined' === typeof Tether) {
|
if (typeof 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