Fixes to get the tests working

This commit is contained in:
Bryan Johnson
2016-09-21 15:18:46 -06:00
parent 829d1c9e22
commit 1c02488e75
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// These examples are from Mapbox (https://www.mapbox.com/mapbox-gl-js/examples/) and therefore under the copyright of Mapbox Inc.
/// <reference path="./mapbox-gl.d.ts" />
/// <reference path="./typings/index.d.ts" />
/// <reference path="../geojson/geojson.d.ts" />
/**
* Set API Access Token
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Dominik Bruderer <https://github.com/dobrud>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../geojson/geojson.d.ts" />
declare namespace mapboxgl {
let accessToken: string;
let version: string;