Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from stdavis/master
Browse files Browse the repository at this point in the history
Fix reference to LngLatBounds
  • Loading branch information
sbma44 authored Feb 15, 2018
2 parents 301b805 + 9aa7540 commit a505c85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ FakeControl.prototype.addTo = function() {}
/* New Control API */
FakeControl.prototype.onAdd = function() {}
FakeControl.prototype.onRemove = function() {}
FakeControl.prototype.on = function() {}

module.exports = {
Map: require('./classes/map'),
LngLat: require('mapbox-gl/src/geo/lng_lat'),
LngLatBounds: require('mapbox-gl/src/geo/lng_lat'),
LngLatBounds: require('mapbox-gl/src/geo/lng_lat_bounds'),
NavigationControl: FakeControl,
ScaleControl: FakeControl,
AttributionControl: FakeControl,
Expand Down

0 comments on commit a505c85

Please sign in to comment.