mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
simplify code into a single line
This commit is contained in:
Vendored
+1
-3
@@ -72,9 +72,7 @@
|
||||
}
|
||||
|
||||
, destroy: function () {
|
||||
var $e = this.$element
|
||||
$e.off()
|
||||
$e.removeData('popover')
|
||||
this.$element.off().removeData('popover')
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user