mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00: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:
2
modernizr/modernizr.d.ts
vendored
2
modernizr/modernizr.d.ts
vendored
@@ -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