From dcf510fe483eee74514f2096745024fae0203010 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 4 Nov 2013 17:17:43 -0700 Subject: [PATCH] The code generated from objectliterals.jsdoc requires name on same line Without this change, the `interactions` property is renamed on map options (see #1210). --- src/objectliterals.jsdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 78a0e7cbeb..0c6c3b03fc 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -57,8 +57,8 @@ * @typedef {Object} ol.MapOptions * @property {ol.Collection|Array.|undefined} controls * Controls initially added to the map. - * @property {ol.Collection|Array.|undefined} - * interactions Interactions that are initially added to the map. + * @property {ol.Collection|Array.|undefined} interactions + * Interactions that are initially added to the map. * @property {Array.|ol.Collection|undefined} layers Layers. * @property {ol.Collection|Array.|undefined} overlays * Overlays initially added to the map.