Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 15, 2019
1 parent 27a8559 commit fa948dd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,11 @@ export class MBMapContainer extends React.Component {
}

const options = {
zoomControl: false,
attributionControl: false,
container: this.refs.mapContainer,
style: mbStyle,
scrollZoom: this.props.scrollZoom,
preserveDrawingBuffer: chrome.getInjected('preserveDrawingBuffer', false),
doubleClickZoom: !this.props.disableZoom,
interactive: !this.props.disableInteractive,
};
if (initialView) {
Expand Down

0 comments on commit fa948dd

Please sign in to comment.