Update index.d.ts to set fn non-readonly

This commit is contained in:
stonio
2017-07-07 12:39:22 +02:00
committed by GitHub
parent 66fe42e92c
commit f73e0acaa6
+1 -1
View File
@@ -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.