From d8473f9249d6cd3ed787931af66f6389ed878a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 2 Apr 2012 17:57:37 +0200 Subject: [PATCH] make Layer.Grid.prototype.className an API property --- lib/OpenLayers/Layer/Grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 2911ddf98a..683b7f0fe9 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -206,7 +206,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { removeBackBufferDelay: null, /** - * Property: className + * APIProperty: className * {String} Name of the class added to the layer div. Default is * "olLayerGridSingleTile" for layers, and * "olLayerGridTile" for non- layers.