Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#7105 from paul-cheung/master
Browse files Browse the repository at this point in the history
add open event for dialog(as build failed in TypeScript 1.7)
  • Loading branch information
borisyankov committed Dec 9, 2015
2 parents bab87af + 4e8bcf2 commit 220716d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jqueryui/jqueryui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ declare module JQueryUI {
title?: string;
width?: any; // number or string
zIndex?: number;


open?: DialogEvent;
close?: DialogEvent;
}

Expand Down

0 comments on commit 220716d

Please sign in to comment.