From 129350d863905f8551914462850f5e6ea1992790 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 3 Nov 2017 13:54:41 +0100 Subject: [PATCH] Fix return type --- src/ol/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/css.js b/src/ol/css.js index c6582bec30..599bdacc4f 100644 --- a/src/ol/css.js +++ b/src/ol/css.js @@ -49,7 +49,7 @@ ol.css.CLASS_CONTROL = 'ol-control'; * Get the list of font families from a font spec. Note that this doesn't work * for font families that have commas in them. * @param {string} The CSS font property. - * @return {Array.} The font families (or null if the input spec is invalid). + * @return {Object.} The font families (or null if the input spec is invalid). */ ol.css.getFontFamilies = (function() { var style;