mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #134 from danludwig/danludwig/work
Update jQuery UI DialogOptions.width property type from number to any.
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