Merge pull request #2778 from fatso83/master

Fixed error in test for indexedDB
This commit is contained in:
Masahiro Wakame
2014-09-05 12:10:54 +09:00
+1 -1
View File
@@ -75,7 +75,7 @@ interface ModernizrStatic {
history: boolean;
audio: Audioboolean;
video: Videoboolean;
indexeddb: boolean;
indexedDB: boolean;
input: Inputboolean;
inputtypes: InputTypesboolean;
localstorage: boolean;