Commit c54b8adb authored by fat's avatar fat
Browse files

fixes #8814

parent 5ee2a221
No related merge requests found
Showing with 1 addition and 9 deletions
+1 -9
......@@ -1509,10 +1509,6 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
return this.$tip
}
Popover.prototype.destroy = function () {
this.hide().$element.off('.' + this.type).removeData(this.type)
}
// POPOVER PLUGIN DEFINITION
// =========================
......
This diff is collapsed.
......@@ -80,10 +80,6 @@
return this.$tip
}
Popover.prototype.destroy = function () {
this.hide().$element.off('.' + this.type).removeData(this.type)
}
// 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