mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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 | ||