mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update index.d.ts of dotdotdot (#13608)
* Update index.d.ts of dotdotdot See documentation: Parameter watch accepts true, false and 'window' string * Update index.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -36,7 +36,7 @@ declare namespace JQueryDotDotDot {
|
||||
/** Whether to update the ellipsis: true/'window'
|
||||
* Default: false
|
||||
*/
|
||||
watch?: boolean;
|
||||
watch?: boolean | "window";
|
||||
|
||||
/** Optionally set a max-height, if null, the height will be measured.
|
||||
* Default: null
|
||||
|
||||
Reference in New Issue
Block a user