mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
fix references
This commit is contained in:
3
types/bingmaps/CustomMapStyles.d.ts
vendored
3
types/bingmaps/CustomMapStyles.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
2
types/bingmaps/Microsoft.Maps.All.d.ts
vendored
2
types/bingmaps/Microsoft.Maps.All.d.ts
vendored
@@ -40,5 +40,5 @@
|
||||
/// <reference path="Traffic.d.ts"/>
|
||||
/// <reference path="WellKnownText.d.ts"/>
|
||||
|
||||
declare namespace Microsoft.Maps {
|
||||
declare module Microsoft.Maps {
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
2
types/bingmaps/index.d.ts
vendored
2
types/bingmaps/index.d.ts
vendored
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user