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;