From 9ad899c3a0242d6e2ce469f31dcd64ba88ab69c7 Mon Sep 17 00:00:00 2001 From: fredj Date: Mon, 9 Jan 2012 13:26:08 +0100 Subject: [PATCH] doc typo --- lib/OpenLayers/Icon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Icon.js b/lib/OpenLayers/Icon.js index 840001f62b..4d6cbd0240 100644 --- a/lib/OpenLayers/Icon.js +++ b/lib/OpenLayers/Icon.js @@ -41,7 +41,7 @@ OpenLayers.Icon = OpenLayers.Class({ /** * Property: calculateOffset - * {} Function to calculate the offset (based on the size) + * {Function} Function to calculate the offset (based on the size) */ calculateOffset: null,