Merge pull request #134 from danludwig/danludwig/work

Update jQuery UI DialogOptions.width property type from number to any.
This commit is contained in:
Boris Yankov
2012-12-21 09:03:22 -08:00
+1 -1
View File
@@ -182,7 +182,7 @@ interface DialogOptions {
show?: any; // number, string or object
stack?: bool;
title?: string;
width?: number;
width?: any; // number or string
zIndex?: number;
}