Merge pull request #1140 from vincenthome/patch-1

Update durandal.d.ts
This commit is contained in:
Boris Yankov
2013-10-14 16:50:42 -07:00
+1 -1
View File
@@ -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.