Skip to content

Commit

Permalink
Address review nits
Browse files Browse the repository at this point in the history
  • Loading branch information
karimnaaji committed May 14, 2020
1 parent aa657d0 commit 3465169
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/style/style_layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ class StyleLayer extends Evented {
}

this._transitioningPaint = this._transitionablePaint.untransitioned();
}

if (properties.paint) {
// init default paint to cover until recalculate is called
// see https://github.com/mapbox/ibm-cognos-collab/issues/154
// also flow needs a separate undefined check??
this.paint = new PossiblyEvaluated(properties.paint);
}
}
Expand Down

0 comments on commit 3465169

Please sign in to comment.