aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/umd
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-11-16 09:53:03 +0200
committerXhmikosR <[email protected]>2015-11-16 10:03:57 +0200
commiteea6690d0e47b25a02bb42e610fde7e5ecd247d7 (patch)
tree267d5a5c035e0eb404f64dd654369995ee5f8b4c /docs/dist/js/umd
parent1b645ef686c61fef6be87c5ef15411cbeb869702 (diff)
downloadbootstrap-eea6690d0e47b25a02bb42e610fde7e5ecd247d7.tar.xz
bootstrap-eea6690d0e47b25a02bb42e610fde7e5ecd247d7.zip
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/js/umd')
-rw-r--r--docs/dist/js/umd/tooltip.js8
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
* ------------------------------------------------------------------------