1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +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

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

View File

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

File diff suppressed because one or more lines are too long