diff --git a/src/vector/index.js b/src/vector/index.js index 52e267ab73..8567cc030c 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -51,7 +51,7 @@ function checkBrowserFeatures(featureList) { } var validBrowser = checkBrowserFeatures([ - "displaytable", "flexbox", "es5object", "es5function", "foo" + "displaytable", "flexbox", "es5object", "es5function" ]); // We want to support some name / value pairs in the fragment