Commit Graph

27 Commits

Author SHA1 Message Date
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Leon Yu
f791d1f476 Modernizr 3.2.0 2015-12-13 03:19:45 -05:00
Chris Apers
7931d62c54 Blank line 2015-08-04 16:06:37 +02:00
Chris Apers
3bbbea2814 Fixed #3728: Modernizr Prefixed definition returns boolean 2015-08-04 11:15:43 +02:00
Carl-Erik Kopseng
7e58e7c469 Revert "Fixed error in test for indexedDB" 2014-11-03 11:53:12 +01:00
Masahiro Wakame
6373862185 Merge pull request #2778 from fatso83/master
Fixed error in test for indexedDB
2014-09-05 12:10:54 +09:00
Carl-Erik Kopseng
3ecf2530af Fixed error in test for indexedDB
While Modernizr 3 uses 'indexeddb' (lower caps), the Modernizr 2 versions all use 'indexedDB'.
2014-09-04 17:03:58 +02:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Bart van der Schoor
1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
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