mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Remove test feature
This commit is contained in:
parent
59d8cbe742
commit
22369729f9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function checkBrowserFeatures(featureList) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var validBrowser = checkBrowserFeatures([
|
var validBrowser = checkBrowserFeatures([
|
||||||
"displaytable", "flexbox", "es5object", "es5function", "foo"
|
"displaytable", "flexbox", "es5object", "es5function"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// We want to support some name / value pairs in the fragment
|
// We want to support some name / value pairs in the fragment
|
||||||
|
|
Loading…
Reference in a new issue