add open event for dialog(as build failed in TypeScript 1.7)

This commit is contained in:
paul cheung
2015-12-09 00:25:53 +08:00
parent 17dd34132c
commit 4e8bcf2667

View File

@@ -362,7 +362,8 @@ declare module JQueryUI {
title?: string;
width?: any; // number or string
zIndex?: number;
open?: DialogEvent;
close?: DialogEvent;
}