Fix StyleFunction type namespace

This commit is contained in:
Tom Payne
2014-01-07 13:57:56 +01:00
parent fdb154f5d7
commit a313331098

View File

@@ -509,7 +509,7 @@
* @typedef {Object} olx.render.FeaturesOverlayOptions
* @property {Array.<ol.Feature>|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.
*/
/**