From f387ccb43d0d6ea0f95d568ef14bd1f70446d4e7 Mon Sep 17 00:00:00 2001 From: Andrey Selemenev Date: Fri, 30 Dec 2016 17:24:01 +0300 Subject: [PATCH] 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 --- dotdotdot/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdotdot/index.d.ts b/dotdotdot/index.d.ts index bedd6cecac..3ab0f52945 100644 --- a/dotdotdot/index.d.ts +++ b/dotdotdot/index.d.ts @@ -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