diff options
Diffstat (limited to 'docs/dist/js/umd/tooltip.js')
| -rw-r--r-- | docs/dist/js/umd/tooltip.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/js/umd/tooltip.js b/docs/dist/js/umd/tooltip.js index b34bb403c..4dc575df6 100644 --- a/docs/dist/js/umd/tooltip.js +++ b/docs/dist/js/umd/tooltip.js @@ -33,6 +33,14 @@ var Tooltip = (function ($) { /** + * Check for Tether dependency + * Tether - http://github.hubspot.com/tether/ + */ + if (window.Tether === undefined) { + throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)'); + } + + /** * ------------------------------------------------------------------------ * Constants * ------------------------------------------------------------------------ |
