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

Commit

Permalink
Fix reference to LngLatBounds
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 12, 2017
1 parent 79ca802 commit 96373b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FakeControl.prototype.onRemove = function() {}
module.exports = {
Map: require('./classes/map'),
LngLat: require('mapbox-gl/js/geo/lng_lat'),
LngLatBounds: require('mapbox-gl/js/geo/lng_lat'),
LngLatBounds: require('mapbox-gl/js/geo/lng_lat_bounds'),
NavigationControl: FakeControl,
ScaleControl: FakeControl,
AttributionControl: FakeControl,
Expand Down

0 comments on commit 96373b8

Please sign in to comment.