mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 10:11:50 +00:00
run grunt dist
This commit is contained in:
parent
180034a4b4
commit
300a9e7b5a
1 changed files with 1 additions and 1 deletions
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)
|
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')
|
return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue