mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
allow backdrop option to accept "static" option
This commit is contained in:
Vendored
+1
-1
@@ -137,7 +137,7 @@ $(function () {
|
||||
$.support.transition = false
|
||||
var div = $("<div id='modal-test'></div>")
|
||||
div
|
||||
.modal({backdrop:true, backdropClickHides:false})
|
||||
.modal({backdrop: 'static'})
|
||||
.modal("show")
|
||||
.bind("shown", function () {
|
||||
equal($('.modal-backdrop').length, 1, 'modal backdrop inserted into dom')
|
||||
|
||||
Reference in New Issue
Block a user