mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update jQuery UI DialogOptions.width property type from number to any.
Example usage: $('#el').dialog({width: 'auto'});
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user