Merge pull request #5075 from ChristopherHaws/patch-1

Added string to ModelOptions backdrop property.
This commit is contained in:
Horiuchi_H
2015-07-28 14:14:37 +09:00
+1 -1
View File
@@ -7,7 +7,7 @@
/// <reference path="../jquery/jquery.d.ts"/>
interface ModalOptions {
backdrop?: boolean;
backdrop?: boolean|string;
keyboard?: boolean;
show?: boolean;
remote?: string;