mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
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:
Vendored
+1
-1
@@ -75,7 +75,7 @@ interface ModernizrStatic {
|
||||
history: boolean;
|
||||
audio: Audioboolean;
|
||||
video: Videoboolean;
|
||||
indexeddb: boolean;
|
||||
indexedDB: boolean;
|
||||
input: Inputboolean;
|
||||
inputtypes: InputTypesboolean;
|
||||
localstorage: boolean;
|
||||
|
||||
Reference in New Issue
Block a user