Skip to content

Commit

Permalink
interpolation -> colorSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Oct 6, 2016
1 parent 61f3cd6 commit e52cf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/style/style_declaration.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function StyleDeclaration(reference, value) {
this.calculateInterpolationT = MapboxGLFunction.interpolated({
stops: interpolationAmountStops,
base: value.base,
interpolation: value.interpolation
colorSpace: value.colorSpace
});
}
}
Expand Down

0 comments on commit e52cf3c

Please sign in to comment.