mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
run grunt dist
This commit is contained in:
parent
180034a4b4
commit
300a9e7b5a
2
dist/js/bootstrap.js
vendored
2
dist/js/bootstrap.js
vendored
@ -1380,7 +1380,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
|
||||
return this.$tip = this.$tip || $(this.options.template)
|
||||
}
|
||||
|
||||
Tooltip.prototype.arrow =function () {
|
||||
Tooltip.prototype.arrow = function () {
|
||||
return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user