18 Commits
Author SHA1 Message Date
Jeffery Grajkowski 798dbfbf8f Converting ungeneric "Array" to "any[]"
TypeScript 0.9.5 beta does not allow generic type references without the type argument.  This code will still compile for 0.9.1 users.  Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
Masahiro Wakame 1b28c3344b Removed not required .tscparams 2013-11-19 13:56:28 +09:00
John Reilly 0542b75803 jQuery UI / Modernizr: remove implicit anys 2013-11-06 15:47:24 +00:00
John Reilly 351747995d Modernizr: added autofocus support 2013-11-01 15:37:25 +00:00
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame 3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
gstamac cad8af00f5 Modernizr: changed ANSI to UTF-8 file encoding 2013-08-23 21:20:41 +02:00
gstamac 7ab35b92ff Modernizr: fixed alert function override 2013-08-23 13:59:42 +02:00
gstamac a8fab63408 Modernizr: fixed "Overload signatures must all be ambient or non-ambient" no need to override alert if we are just testing syntax 2013-08-23 13:27:10 +02:00
Theodore Brown 28cb1e5ea0 Added my name to modernizr.d.ts and README 2013-06-18 17:16:38 -05:00
Theodore Brown f99cbec760 testStyles callback should return void instead of boolean
Fixes failing tests
2013-06-18 17:02:03 -05:00
Theodore Brown 586858c1dc Switch bool to boolean for TypeScript 0.9 2013-06-18 16:59:35 -05:00
Theodore Brown 6927084d17 Added method definitions for Modernizr.load() 2013-05-06 22:04:39 -05:00
Theodore Brown 7b6719b4fc Added interfaces for input and inputtypes 2013-05-05 18:31:25 -05:00
Boris Yankov 209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
Boris Yankov 7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00