Skip to content

Commit 2236972

Browse files
committed
Remove test feature
1 parent 59d8cbe commit 2236972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function checkBrowserFeatures(featureList) {
5151
}
5252

5353
var validBrowser = checkBrowserFeatures([
54-
"displaytable", "flexbox", "es5object", "es5function", "foo"
54+
"displaytable", "flexbox", "es5object", "es5function"
5555
]);
5656

5757
// We want to support some name / value pairs in the fragment

0 commit comments

Comments
 (0)