From 63cd88fcf3eed82b166afe52fe86aca876a3d6ff Mon Sep 17 00:00:00 2001 From: Jake Bruun Date: Tue, 13 May 2014 23:20:07 -0700 Subject: [PATCH] Fixed formatting --- geojson/geojson.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geojson/geojson.d.ts b/geojson/geojson.d.ts index 8414ecd03b..1f8a23db53 100644 --- a/geojson/geojson.d.ts +++ b/geojson/geojson.d.ts @@ -115,7 +115,7 @@ declare module GeoJSON { properties: any; } - export interface NamedCoordinateReferenceSystem extends CoordinateReferenceSystem + export interface NamedCoordinateReferenceSystem extends CoordinateReferenceSystem { properties: { name: string } }