0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fix tooltip defaults

This commit is contained in:
fat 2013-05-16 18:45:53 -07:00
parent e74110bf4a
commit 5ab72f7687
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/assets/js/jquery.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap.js"></script>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="/assets/js/holder/holder.js"></script>

View File

@ -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) {

File diff suppressed because one or more lines are too long

View File

@ -92,7 +92,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) {