Files
DefinitelyTyped/bootstrap
Christopher Haws ef27b9dc14 Added string to ModelOptions backdrop property.
The existing interfaces don't allow for the following use of ModelOptions.

```
options = <ModalOptions>{
    backdrop: forceUserInteraction ? "static" : true
};
```
2015-07-25 11:45:49 -07:00
..