fix references

This commit is contained in:
Ricky Brundritt
2017-07-12 14:23:51 -07:00
parent 1012f1e48f
commit 11ccf31667
4 changed files with 3 additions and 8 deletions

View File

@@ -22,9 +22,6 @@
* THE SOFTWARE.
*/
/// <reference path="Microsoft.Maps.d.ts"/>
/*
* The following are TypeScript definitions for the custom map styles JSON object which can be used witht he Bing Maps V8 SDK.
*/

View File

@@ -40,5 +40,5 @@
/// <reference path="Traffic.d.ts"/>
/// <reference path="WellKnownText.d.ts"/>
declare namespace Microsoft.Maps {
declare module Microsoft.Maps {
}

View File

@@ -1,5 +1,3 @@
/// <reference path="Microsoft.Maps.All.d.ts" />
namespace BingMapsTests {
// An interactive set of Bing Maps AJAX control usages can be found at http://www.bingmapsportal.com/isdk/ajaxv7
@@ -15,7 +13,7 @@ namespace BingMapsTests {
mapPositions: Array<Position>,
// This will fire if the geolocation fails and will pass the original target (parameter 2)
onFailure: (element: HTMLElement) => any) {
var self = this;
var map: Microsoft.Maps.Map;

View File

@@ -3,5 +3,5 @@
// Definitions by: Ricky Brundritt <https://github.com/rbrundritt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace Microsoft.Maps {
declare module Microsoft.Maps {
}