Merge pull request #10902 from alonstar/patch-1

Update bootbox.d.ts for vs 2015
This commit is contained in:
Ryan Cavanaugh
2016-08-30 20:05:06 -07:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
interface BootboxBaseOptions {
title?: string | Element;
callback?: (result: boolean | string) => any;
onEscape?: () => any | boolean;
onEscape?: (() => any) | boolean;
show?: boolean;
backdrop?: boolean;
closeButton?: boolean;