From a313331098984ff67410fc15cdd4bca4d02b340f Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 7 Jan 2014 13:57:56 +0100 Subject: [PATCH] Fix StyleFunction type namespace --- src/objectliterals.jsdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 8c77219fe1..8d6611ca29 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -509,7 +509,7 @@ * @typedef {Object} olx.render.FeaturesOverlayOptions * @property {Array.|ol.Collection|undefined} features Features. * @property {ol.Map|undefined} map Map. - * @property {ol.style.StyleFunction|undefined} styleFunction Style function. + * @property {ol.feature.StyleFunction|undefined} styleFunction Style function. */ /**