diff options
| author | Heinrich Fenkart <[email protected]> | 2014-06-12 06:00:02 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-06-12 06:00:02 +0200 |
| commit | e9d6756a1ac76a9db31a41e8e03f663bedc41b70 (patch) | |
| tree | e6ed13f1a47ed627a01ea08fa432827bdcf896f0 /js/tooltip.js | |
| parent | 63767f8806f29b8b995533fcfefba88765fb402c (diff) | |
| download | bootstrap-e9d6756a1ac76a9db31a41e8e03f663bedc41b70.tar.xz bootstrap-e9d6756a1ac76a9db31a41e8e03f663bedc41b70.zip | |
Fix regression of #10038 introduced by #13772
Diffstat (limited to 'js/tooltip.js')
| -rw-r--r-- | js/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js index 692651457..e476994e0 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -10,7 +10,7 @@ (function (o_o) { typeof define === 'function' && define.amd ? define(['jquery'], o_o) : - typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery) + typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery) })(function ($) { 'use strict'; |
