Commit 681d390a authored by Michael J. Ryan's avatar Michael J. Ryan
Browse files

Update tooltip.js

match project's style check
parent 1a232792
Showing with 1 addition and 1 deletion
+1 -1
......@@ -16,7 +16,7 @@ const Tooltip = (($) => {
* Check for Tether dependency
* Tether - http://github.hubspot.com/tether/
*/
if ('undefined' === typeof Tether) {
if (typeof Tether === 'undefined') {
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)')
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment