Skip to content

Commit

Permalink
Commit generated code omitted in 45de446
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jan 2, 2018
1 parent 73c6d6b commit e2a608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-typed/style-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ declare type HeatmapLayerSpecification = {|
"visibility"?: "visible" | "none"
|},
"paint"?: {|
"heatmap-radius"?: PropertyValueSpecification<number>,
"heatmap-radius"?: DataDrivenPropertyValueSpecification<number>,
"heatmap-weight"?: DataDrivenPropertyValueSpecification<number>,
"heatmap-intensity"?: PropertyValueSpecification<number>,
"heatmap-color"?: ExpressionSpecification,
Expand Down

0 comments on commit e2a608e

Please sign in to comment.