From cff8d4c66890f1a61d3b8133d0b3a00609bbd706 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sun, 27 Jul 2014 12:06:45 +0100 Subject: [PATCH] Improve wording of ol.Map description --- src/ol/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/map.js b/src/ol/map.js index 9e3841d942..7f2f8c702c 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -120,8 +120,8 @@ ol.MapProperty = { /** * @classdesc - * The map is the core component of OpenLayers. In its minimal configuration it - * needs a view, one or more layers, and a target container: + * The map is the core component of OpenLayers. For a map to render, a view, + * one or more layers, and a target container are needed: * * var map = new ol.Map({ * view: new ol.View({