Fixed error in test for indexedDB

While Modernizr 3 uses 'indexeddb' (lower caps), the Modernizr 2 versions all use 'indexedDB'.
This commit is contained in:
Carl-Erik Kopseng
2014-09-04 17:03:58 +02:00
parent 560434941b
commit 3ecf2530af

View File

@@ -75,7 +75,7 @@ interface ModernizrStatic {
history: boolean;
audio: Audioboolean;
video: Videoboolean;
indexeddb: boolean;
indexedDB: boolean;
input: Inputboolean;
inputtypes: InputTypesboolean;
localstorage: boolean;