From f73e0acaa6f4f6c5e735363040893d0dd93b0ef2 Mon Sep 17 00:00:00 2001 From: stonio Date: Fri, 7 Jul 2017 12:39:22 +0200 Subject: [PATCH] Update index.d.ts to set fn non-readonly --- types/jquery/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index b71bfbbed3..254a2676ed 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -2422,7 +2422,7 @@ interface JQueryStatic { * @since 1.4.3 */ cssNumber: JQuery.PlainObject; - readonly fn: JQuery; + fn: JQuery; fx: { /** * The rate (in milliseconds) at which animations fire.