diff --git a/src/plots/mapbox/layout_attributes.js b/src/plots/mapbox/layout_attributes.js
index 7cdec7305eb..4420dcab4d5 100644
--- a/src/plots/mapbox/layout_attributes.js
+++ b/src/plots/mapbox/layout_attributes.js
@@ -47,7 +47,7 @@ var attrs = module.exports = overrideAll({
     },
     style: {
         valType: 'any',
-        values: constants.styleValuesMapbox.concat(Object.keys(constants.styleValuesNonMapbox)),
+        values: constants.styleValuesMapbox.concat(constants.styleValuesNonMapbox),
         dflt: constants.styleValueDflt,
         role: 'style',
         description: [