Correcting the last styles references to the types folder.

This commit is contained in:
James Allen 2017-11-02 16:58:11 -05:00
Родитель 60e54300cd
Коммит f3e231c4bf
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 ##

Просмотреть файл

@ -1 +1 @@
/// <reference path="scripts/MicrosoftMaps/Microsoft.Maps.All.d.ts"/>
/// <reference path="types/MicrosoftMaps/Microsoft.Maps.All.d.ts"/>