| ... | @@ -41,7 +41,7 @@ There are options that can be set to override default behavior.  Below are the d | ... | @@ -41,7 +41,7 @@ There are options that can be set to override default behavior.  Below are the d | 
|  |  |  |  | 
|  | ``` javascript |  | ``` javascript | 
|  | { |  | { | 
|  | backdrop: true,           // If true, content behind the modal will be blurred. |  | backdropDisabled: false,           // If true, content behind the modal will be blurred. | 
|  | closeDisabled: false,     // The modal outlet has a close button by default, this can be disabled. |  | closeDisabled: false,     // The modal outlet has a close button by default, this can be disabled. | 
|  | height: '',               // The height of the modal.  Any CSS unit can be used here. |  | height: '',               // The height of the modal.  Any CSS unit can be used here. | 
|  | width: '',                // The width of the modal.  Any CSS unit can be used here. |  | width: '',                // The width of the modal.  Any CSS unit can be used here. | 
| ... |  | ... |  |