1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00
This commit is contained in:
fat
2013-02-28 21:15:33 -08:00
parent 0992a85932
commit 839b0c893f
5 changed files with 21 additions and 4 deletions

View File

@@ -946,7 +946,7 @@
}
, removeBackdrop: function () {
this.$backdrop.remove()
this.$backdrop && this.$backdrop.remove()
this.$backdrop = null
}