mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Add deprecated to char, charCode and keyCode in jqlite
This commit is contained in:
parent
45903423f3
commit
3f1adde0d0
3
types/angular/jqlite.d.ts
vendored
3
types/angular/jqlite.d.ts
vendored
@ -804,9 +804,12 @@ interface JQueryMouseEventObject extends JQueryInputEventObject {
|
||||
}
|
||||
|
||||
interface JQueryKeyEventObject extends JQueryInputEventObject {
|
||||
/** @deprecated */
|
||||
char: string;
|
||||
/** @deprecated */
|
||||
charCode: number;
|
||||
key: string;
|
||||
/** @deprecated */
|
||||
keyCode: number;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user