mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update index.d.ts to set fn non-readonly
This commit is contained in:
Vendored
+1
-1
@@ -2422,7 +2422,7 @@ interface JQueryStatic<TElement extends Node = HTMLElement> {
|
||||
* @since 1.4.3
|
||||
*/
|
||||
cssNumber: JQuery.PlainObject<boolean>;
|
||||
readonly fn: JQuery<TElement>;
|
||||
fn: JQuery<TElement>;
|
||||
fx: {
|
||||
/**
|
||||
* The rate (in milliseconds) at which animations fire.
|
||||
|
||||
Reference in New Issue
Block a user