1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 07:37:27 +02:00
This commit is contained in:
Mark Otto
2016-10-09 12:39:56 -07:00
parent 27c924f91c
commit a2a53cb8c5
34 changed files with 137 additions and 115 deletions

4
js/dist/tooltip.js vendored
View File

@@ -17,10 +17,10 @@ var Tooltip = (function ($) {
/**
* Check for Tether dependency
* Tether - http://github.hubspot.com/tether/
* Tether - http://tether.io/
*/
if (window.Tether === undefined) {
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)');
throw new Error('Bootstrap tooltips require Tether (http://tether.io/)');
}
/**