add undefined for now

This commit is contained in:
Jacob Thornton 2015-11-14 20:43:45 -08:00
parent d600831a15
commit ece98f980c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const Tooltip = (($) => {
* Check for Tether dependency
* Tether - http://github.hubspot.com/tether/
*/
if (!window.Tether) {
if (window.Tether === undefined) {
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)')
}