diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/style-spec.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/style-spec.js b/scripts/style-spec.js index 19b7378cf8..8a9c9d4144 100644 --- a/scripts/style-spec.js +++ b/scripts/style-spec.js @@ -1,4 +1 @@ var spec = module.exports = require('../mapbox-gl-js/src/style-spec/reference/v8'); - -// Make temporary modifications here when Native doesn't have all features that JS has. -delete spec.layout_symbol['symbol-sort-key']; |