mirror of https://github.com/vector-im/riot-web
Merge pull request #12519 from vector-im/t3chguy/eval
Switch out any eval-using Modernizr rulespull/12523/head
commit
4916ed0870
|
@ -5,20 +5,31 @@
|
||||||
"setClasses"
|
"setClasses"
|
||||||
],
|
],
|
||||||
"feature-detects": [
|
"feature-detects": [
|
||||||
|
"test/css/animations",
|
||||||
"test/css/displaytable",
|
"test/css/displaytable",
|
||||||
|
"test/css/filters",
|
||||||
"test/css/flexbox",
|
"test/css/flexbox",
|
||||||
"test/es5/specification",
|
|
||||||
"test/css/objectfit",
|
"test/css/objectfit",
|
||||||
"test/storage/localstorage",
|
|
||||||
|
"test/es5/date",
|
||||||
|
"test/es5/function",
|
||||||
|
"test/es5/object",
|
||||||
|
"test/es5/undefined",
|
||||||
|
|
||||||
"test/es6/array",
|
"test/es6/array",
|
||||||
"test/es6/collections",
|
"test/es6/collections",
|
||||||
|
"test/es6/contains",
|
||||||
"test/es6/promises",
|
"test/es6/promises",
|
||||||
|
"test/es6/string",
|
||||||
|
|
||||||
"test/svg",
|
"test/svg",
|
||||||
"test/svg/asimg",
|
"test/svg/asimg",
|
||||||
"test/svg/filters",
|
"test/svg/filters",
|
||||||
"test/css/animations",
|
|
||||||
"test/css/filters",
|
"test/cors",
|
||||||
|
"test/iframe/sandbox",
|
||||||
|
"test/json",
|
||||||
"test/network/fetch",
|
"test/network/fetch",
|
||||||
"test/iframe/sandbox"
|
"test/storage/localstorage"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue