Skip to content

Commit

Permalink
Export mapboxgl.Source
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Aug 15, 2016
1 parent 9438bc4 commit 92dac06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/mapbox-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mapboxgl.Popup = require('./ui/popup');
mapboxgl.Marker = require('./ui/marker');

mapboxgl.Style = require('./style/style');
mapboxgl.Source = require('./source/source');

mapboxgl.LngLat = require('./geo/lng_lat');
mapboxgl.LngLatBounds = require('./geo/lng_lat_bounds');
Expand Down

0 comments on commit 92dac06

Please sign in to comment.