2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+2 -2
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/)');
}
/**
+1 -1
View File
File diff suppressed because one or more lines are too long