Run grunt.
[ci skip]
This commit is contained in:
parent
1b645ef686
commit
eea6690d0e
17 changed files with 412 additions and 828 deletions
4
js/dist/tooltip.js
vendored
4
js/dist/tooltip.js
vendored
|
|
@ -19,8 +19,8 @@ var Tooltip = (function ($) {
|
|||
* Check for Tether dependency
|
||||
* Tether - http://github.hubspot.com/tether/
|
||||
*/
|
||||
if (!window.Tether) {
|
||||
throw new Error("Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)");
|
||||
if (window.Tether === undefined) {
|
||||
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
2
js/dist/tooltip.js.map
vendored
2
js/dist/tooltip.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue