Correcting the last styles references to the types folder.
This commit is contained in:
Родитель
60e54300cd
Коммит
f3e231c4bf
|
@ -1,4 +1,4 @@
|
|||
/// <reference path="scripts/MicrosoftMaps/Microsoft.Maps.All.d.ts" />
|
||||
/// <reference path="types/MicrosoftMaps/Microsoft.Maps.All.d.ts" />
|
||||
|
||||
var map = new Microsoft.Maps.Map('#MyMap', {
|
||||
credentials: 'Your Bing Maps Key'
|
||||
|
|
|
@ -44,7 +44,7 @@ npm install --save @types/bingmaps
|
|||
|
||||
**Download definitions**
|
||||
|
||||
Simply press the download button for this repository. Unzip the downloaded file, and copy the scripts folder into your project. Note that you will need to do this process again from time to time if you want to have the most recent definitions. This should only be needed if you want to use newer features or if bugs in the definitions have been corrected.
|
||||
Simply press the download button for this repository. Unzip the downloaded file, and copy the _**types**_ folder into your project. Note that you will need to do this process again from time to time if you want to have the most recent definitions. This should only be needed if you want to use newer features or if bugs in the definitions have been corrected.
|
||||
|
||||
## Usage ##
|
||||
|
||||
|
|
2
index.js
2
index.js
|
@ -1 +1 @@
|
|||
/// <reference path="scripts/MicrosoftMaps/Microsoft.Maps.All.d.ts"/>
|
||||
/// <reference path="types/MicrosoftMaps/Microsoft.Maps.All.d.ts"/>
|
Загрузка…
Ссылка в новой задаче