mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Restore readonly keyword for "fn" property
This commit is contained in:
2
types/jquery/index.d.ts
vendored
2
types/jquery/index.d.ts
vendored
@@ -2422,7 +2422,7 @@ interface JQueryStatic<TElement extends Node = HTMLElement> {
|
||||
* @since 1.4.3
|
||||
*/
|
||||
cssNumber: JQuery.PlainObject<boolean>;
|
||||
fn: JQuery<TElement>;
|
||||
readonly fn: JQuery<TElement>;
|
||||
fx: {
|
||||
/**
|
||||
* The rate (in milliseconds) at which animations fire.
|
||||
|
||||
Reference in New Issue
Block a user