From bc4978960865efdefb3a2b86ea005b185f478203 Mon Sep 17 00:00:00 2001 From: osechet Date: Sun, 9 Oct 2016 18:49:47 +0200 Subject: [PATCH] [openlayers] Update definition version (#11819) The definition file is for v3.18.2. During the merge from master, the version has not been updated and remained 3.6.0. --- openlayers/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlayers/index.d.ts b/openlayers/index.d.ts index f7f11d8ebf..5d72ce5711 100644 --- a/openlayers/index.d.ts +++ b/openlayers/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for OpenLayers v3.6.0 +// Type definitions for OpenLayers v3.18.2 // Project: http://openlayers.org/ // Definitions by: Olivier Sechet // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -13786,4 +13786,4 @@ declare module olx { declare module "openlayers" { export = ol; -} \ No newline at end of file +}