Skip to content

Commit

Permalink
fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey committed Nov 4, 2019
1 parent c76f395 commit ff2b3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default class Marker extends Evented {
_rotation: number;
_pitchAlignment: string;
_rotationAlignment: string;
_originalTabIndex: ?string; // original tabindex of _element

constructor(options?: Options, legacyOptions?: Options) {
super();
Expand Down

0 comments on commit ff2b3b3

Please sign in to comment.