Commit a339bfb0 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #15693 from huang-x-h/patch-1

tip method in popover.js can be removed
parents 804457c4 91b38439
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 0 additions and 5 deletions
+0 -5
......@@ -75,11 +75,6 @@
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
// =========================
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment