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:
Andrey Selemenev
2016-12-30 06:24:01 -08:00
committed by Andy
parent 66d12d9ada
commit f387ccb43d
+1 -1
View File
@@ -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