diff options
| author | Jon Tewksbury <[email protected]> | 2015-11-03 15:04:26 -0800 |
|---|---|---|
| committer | Jon Tewksbury <[email protected]> | 2015-11-03 15:04:26 -0800 |
| commit | 2d87ec9a64b521807786f476dfe1b7a555b43e4b (patch) | |
| tree | 6d55d32a5eeb38a0a9d7afaacee3e22ddb03a955 /js/src/tooltip.js | |
| parent | 36d20a85142fa2649d1b430d91a6335b4249f308 (diff) | |
| download | bootstrap-2d87ec9a64b521807786f476dfe1b7a555b43e4b.tar.xz bootstrap-2d87ec9a64b521807786f476dfe1b7a555b43e4b.zip | |
Add eslint no-undef rule and resolve errors
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index b80bd8e8c..749e42379 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -1,3 +1,5 @@ +/* global Tether */ + import Util from './util' |
