2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00
This commit is contained in:
fat
2013-08-04 17:22:49 -07:00
parent f22a077f6e
commit 2b6ec38987
4 changed files with 57 additions and 25 deletions
+4
View File
@@ -75,6 +75,10 @@
o.content)
}
Popover.prototype.arrow =function () {
return this.$arrow = this.$arrow || this.tip().find('.arrow')
}
Popover.prototype.tip = function () {
if (!this.$tip) this.$tip = $(this.options.template)
return this.$tip