From 4e8bcf2667a55bf807634e951ab081cc8717f338 Mon Sep 17 00:00:00 2001 From: paul cheung Date: Wed, 9 Dec 2015 00:25:53 +0800 Subject: [PATCH] add open event for dialog(as build failed in TypeScript 1.7) --- jqueryui/jqueryui.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index d9a33ed4fc..9dd576e1a5 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -362,7 +362,8 @@ declare module JQueryUI { title?: string; width?: any; // number or string zIndex?: number; - + + open?: DialogEvent; close?: DialogEvent; }