2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00
This commit is contained in:
fat
2013-07-30 13:33:56 -07:00
parent 5ee2a221ca
commit c54b8adb85
3 changed files with 1 additions and 9 deletions
-4
View File
@@ -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
// =========================
+1 -1
View File
File diff suppressed because one or more lines are too long
-4
View File
@@ -80,10 +80,6 @@
return this.$tip
}
Popover.prototype.destroy = function () {
this.hide().$element.off('.' + this.type).removeData(this.type)
}
// POPOVER PLUGIN DEFINITION
// =========================