Skip to content

Commit

Permalink
Update test suite SHA, minor semantic change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick committed Oct 27, 2016
1 parent 48f0f76 commit 801a45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/style/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ class Style extends Evented {
const switchBuckets = (
layer.type === 'fill' &&
name === 'fill-extrude-height' &&
(!wasExtruded && value) ||
(!wasExtruded && !!value) ||
(wasExtruded && value === 0)
);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"highlight.js": "9.3.0",
"jsdom": "^9.4.2",
"lodash.template": "^4.4.0",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#c71bd415a7f83518890c60c1473398072be2677b",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#107e22655a346e88d2525bdc8217d342208188c5",
"minifyify": "^7.0.1",
"npm-run-all": "^3.0.0",
"nyc": "^8.3.0",
Expand Down

0 comments on commit 801a45b

Please sign in to comment.