From de3c44456b1c088f63af2513748e5c066f96912f Mon Sep 17 00:00:00 2001 From: vincenthome Date: Mon, 14 Oct 2013 14:50:15 -0400 Subject: [PATCH] Update durandal.d.ts missing the result* parameter --- durandal/durandal.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/durandal/durandal.d.ts b/durandal/durandal.d.ts index a8335413d..89417e3e5 100644 --- a/durandal/durandal.d.ts +++ b/durandal/durandal.d.ts @@ -960,7 +960,7 @@ declare module 'plugins/dialog' { * @param {object} obj The object whose dialog should be closed. * @param {object} result* The results to return back to the dialog caller after closing. */ - export function close(obj: any): void; + export function close(obj: any, ...result: any[]): void; /** * Shows a dialog.