Updated files with tighter compilation options and added comment headers.

This commit is contained in:
ws_ericrtodd
2014-12-09 10:42:01 -08:00
parent d0f52e2404
commit b42e18fac5
7 changed files with 97 additions and 52 deletions
+9 -2
View File
@@ -1,4 +1,11 @@
declare module Microsoft.Maps.AdvancedShapes {
// Type definitions for Microsoft.Maps.AdvancedShapes 7.0
// Project: http://msdn.microsoft.com/en-us/library/hh921952.aspx
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="Microsoft.Maps.d.ts"/>
declare module Microsoft.Maps.AdvancedShapes {
export class EntityCollection {
@@ -12,7 +19,7 @@
indexOf(entity: Entity): number;
insert(entity: Entity, index: number): void;
pop(): Entity;
push(entity: Entity);
push(entity: Entity): void;
remove(entity: Entity): Entity;
removeAt(index: number): Entity;
setOptions(options: EntityCollectionOptions): void;