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
..
jqueryui-tests.ts jQueryUI: correct return type of dialog methods 2013-11-26 09:31:19 +00:00
jqueryui-tests.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
jqueryui.d.ts Resolves KeyCode - Type reference cannot refer to a property 2014-02-13 09:47:35 +00:00