mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-01 12:12:58 +00:00
The interface of the property `$.ui.keyCode` uses a non-standard name `keyCode` which clashes with the property name, giving error `Type reference cannot refer to a property`. Changing the interface name from `keyCode` to `KeyCode` follows the interface naming convention and resolves this issue. |
||
|---|---|---|
| .. | ||
| jqueryui-tests.ts | ||
| jqueryui-tests.ts.tscparams | ||
| jqueryui.d.ts | ||