1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 21:39:08 +02:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2015-11-16 09:53:03 +02:00
parent 1b645ef686
commit eea6690d0e
17 changed files with 412 additions and 828 deletions

View File

@@ -32,6 +32,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