Skip to content

Commit 4916ed0

Browse files
authored
Merge pull request element-hq#12519 from vector-im/t3chguy/eval
Switch out any eval-using Modernizr rules
2 parents d7893e1 + 37e1713 commit 4916ed0

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

.modernizr.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,31 @@
55
"setClasses"
66
],
77
"feature-detects": [
8+
"test/css/animations",
89
"test/css/displaytable",
10+
"test/css/filters",
911
"test/css/flexbox",
10-
"test/es5/specification",
1112
"test/css/objectfit",
12-
"test/storage/localstorage",
13+
14+
"test/es5/date",
15+
"test/es5/function",
16+
"test/es5/object",
17+
"test/es5/undefined",
18+
1319
"test/es6/array",
1420
"test/es6/collections",
21+
"test/es6/contains",
1522
"test/es6/promises",
23+
"test/es6/string",
24+
1625
"test/svg",
1726
"test/svg/asimg",
1827
"test/svg/filters",
19-
"test/css/animations",
20-
"test/css/filters",
28+
29+
"test/cors",
30+
"test/iframe/sandbox",
31+
"test/json",
2132
"test/network/fetch",
22-
"test/iframe/sandbox"
33+
"test/storage/localstorage"
2334
]
2435
}

0 commit comments

Comments
 (0)