Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2014-06-12 08:00:02 +0400
committerHeinrich Fenkart <hnrch02@gmail.com>2014-06-12 08:00:02 +0400
commite9d6756a1ac76a9db31a41e8e03f663bedc41b70 (patch)
treee6ed13f1a47ed627a01ea08fa432827bdcf896f0 /js/tooltip.js
parent63767f8806f29b8b995533fcfefba88765fb402c (diff)
Fix regression of #10038 introduced by #13772
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 692651457f..e476994e05 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';