Restore readonly keyword for "fn" property

This commit is contained in:
stonio
2017-07-10 11:26:01 +02:00
committed by GitHub
parent a18fdfd2f4
commit f7da06e430

View File

@@ -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.