fix file encoding

This commit is contained in:
bolkhovsky
2013-11-01 15:26:47 +04:00
parent b5006a9086
commit 2bdd32b4a6
+2 -2
View File
@@ -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 <https://github.com/bolhovsky>
// 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 thiss.
* A new OpenLayers.LonLat object with the lon and lat passed-in added to thiss.
*/
add(lon: number, lat: number): LonLat;