mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-11 13:53:09 +00:00
Merge pull request #15693 from huang-x-h/patch-1
tip method in popover.js can be removed
This commit is contained in:
commit
a339bfb0ac
1 changed files with 0 additions and 5 deletions
|
|
@ -75,11 +75,6 @@
|
||||||
return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
|
return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
|
||||||
}
|
}
|
||||||
|
|
||||||
Popover.prototype.tip = function () {
|
|
||||||
if (!this.$tip) this.$tip = $(this.options.template)
|
|
||||||
return this.$tip
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// POPOVER PLUGIN DEFINITION
|
// POPOVER PLUGIN DEFINITION
|
||||||
// =========================
|
// =========================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue