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:
authorfat <jacobthornton@gmail.com>2013-05-17 05:45:53 +0400
committerfat <jacobthornton@gmail.com>2013-05-17 05:45:53 +0400
commit5ab72f76878a85f105702a24096268fea73fba2d (patch)
tree0eb7d1ef614294326f62867ec181a3ba240c5245 /docs/assets/js/bootstrap.js
parente74110bf4aeac89fe63cf6e73f48c36fdd00b392 (diff)
fix tooltip defaults
Diffstat (limited to 'docs/assets/js/bootstrap.js')
-rw-r--r--docs/assets/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js
index 9bfee0806b..4d7eae2674 100644
--- a/docs/assets/js/bootstrap.js
+++ b/docs/assets/js/bootstrap.js
@@ -1083,7 +1083,7 @@
}
Tooltip.prototype.enter = function (e) {
- var defaults = $.fn[this.type].defaults
+ var defaults = this.getDefaults()
var options = {}
this._options && $.each(this._options, function (key, value) {