From 2bdd32b4a692f758e4ae6d167c2fa5e608401e4f Mon Sep 17 00:00:00 2001 From: bolkhovsky Date: Fri, 1 Nov 2013 15:26:47 +0400 Subject: [PATCH] fix file encoding --- openlayers/openlayers.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlayers/openlayers.d.ts b/openlayers/openlayers.d.ts index 52ea254430..f4a21241b2 100644 --- a/openlayers/openlayers.d.ts +++ b/openlayers/openlayers.d.ts @@ -1,4 +1,4 @@ -// Type definitions for OpenLayers.js 2.10 +// Type definitions for OpenLayers.js 2.10 // Project: https://github.com/openlayers/openlayers // Definitions by: Ilya Bolkhovsky // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -1214,7 +1214,7 @@ declare module OpenLayers { clone(): LonLat; /** - * A new OpenLayers.LonLat object with the lon and lat passed-in added to this’s. + * A new OpenLayers.LonLat object with the lon and lat passed-in added to this’s. */ add(lon: number, lat: number): LonLat;