From 1c02488e759f747cf31d268ca55db83b1be1c787 Mon Sep 17 00:00:00 2001 From: Bryan Johnson Date: Wed, 21 Sep 2016 15:18:46 -0600 Subject: [PATCH] Fixes to get the tests working --- mapbox-gl/mapbox-gl-tests.ts | 2 +- mapbox-gl/mapbox-gl.d.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mapbox-gl/mapbox-gl-tests.ts b/mapbox-gl/mapbox-gl-tests.ts index 92f72789da..90cb9ff580 100644 --- a/mapbox-gl/mapbox-gl-tests.ts +++ b/mapbox-gl/mapbox-gl-tests.ts @@ -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. /// -/// +/// /** * Set API Access Token diff --git a/mapbox-gl/mapbox-gl.d.ts b/mapbox-gl/mapbox-gl.d.ts index 6ea2ec5c71..50f9fca505 100644 --- a/mapbox-gl/mapbox-gl.d.ts +++ b/mapbox-gl/mapbox-gl.d.ts @@ -3,6 +3,8 @@ // Definitions by: Dominik Bruderer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +/// + declare namespace mapboxgl { let accessToken: string; let version: string;