make Layer.Grid.prototype.className an API property
This commit is contained in:
@@ -206,7 +206,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
|||||||
removeBackBufferDelay: null,
|
removeBackBufferDelay: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: className
|
* APIProperty: className
|
||||||
* {String} Name of the class added to the layer div. Default is
|
* {String} Name of the class added to the layer div. Default is
|
||||||
* "olLayerGridSingleTile" for <singleTile> layers, and
|
* "olLayerGridSingleTile" for <singleTile> layers, and
|
||||||
* "olLayerGridTile" for non-<singleTile> layers.
|
* "olLayerGridTile" for non-<singleTile> layers.
|
||||||
|
|||||||
Reference in New Issue
Block a user