2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+1 -1
View File
@@ -148,7 +148,7 @@
}
, removeBackdrop: function () {
this.$backdrop.remove()
this.$backdrop && this.$backdrop.remove()
this.$backdrop = null
}
+1 -1
View File
@@ -946,7 +946,7 @@
}
, removeBackdrop: function () {
this.$backdrop.remove()
this.$backdrop && this.$backdrop.remove()
this.$backdrop = null
}
+1 -1
View File
File diff suppressed because one or more lines are too long