Files
DefinitelyTyped/jqueryui
scottmcarthur 1cbc6388ea Resolves KeyCode - Type reference cannot refer to a property
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.
2014-02-13 09:47:35 +00:00
..