DefinitelyTyped/jquery
Derek Cicerone d3124df1d4 Fix jquery.d.ts break with TypeScript 'develop' branch
The beta compiler is smarter about detecting inconsistencies:
jquery.d.ts(192,11): error TS2189: Interface 'JQueryEventObject' cannot simultaneously extend types 'BaseJQueryEventObject' and 'JQueryInputEventObject':
Types of property 'metaKey' of types 'BaseJQueryEventObject' and 'JQueryInputEventObject' are not identical.

Documentation seems to indicate 'boolean' is correct: http://api.jquery.com/event.metaKey/
2013-10-11 20:23:28 -04:00
..
jquery-tests.ts jQuery: fixed a failing test 2013-08-23 12:08:00 +02:00
jquery.d.ts Fix jquery.d.ts break with TypeScript 'develop' branch 2013-10-11 20:23:28 -04:00