Skip to content

Commit

Permalink
Unexport util module
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Feb 9, 2017
1 parent 3c52ddb commit e9a5ab3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/index.js
Expand Up @@ -24,14 +24,8 @@ mapboxgl.LngLatBounds = require('./geo/lng_lat_bounds');
mapboxgl.Point = require('point-geometry');

mapboxgl.Evented = require('./util/evented');
mapboxgl.util = require('./util/util');

mapboxgl.supported = require('./util/browser').supported;

const ajax = require('./util/ajax');
mapboxgl.util.getJSON = ajax.getJSON;
mapboxgl.util.getArrayBuffer = ajax.getArrayBuffer;

const config = require('./util/config');
mapboxgl.config = config;

Expand Down

0 comments on commit e9a5ab3

Please sign in to comment.