Make silent option on AreYouSureOptions optional

Make silent option on AreYouSureOptions optional
This commit is contained in:
Jon Egerton
2014-01-21 15:24:01 +00:00
parent 1858606027
commit a0db190fa3
+1 -1
View File
@@ -21,7 +21,7 @@ interface AreYouSureOptions {
fieldSelector?: string;
/**Make Are-You-Sure "silent" by disabling the warning message*/
silent: boolean;
silent?: boolean;
}
interface AreYouSure {