Merge pull request #257 from probins/opacity

Make layer opacity api property
This commit is contained in:
Éric Lemoine
2012-02-29 04:00:06 -08:00

View File

@@ -34,7 +34,7 @@ OpenLayers.Layer = OpenLayers.Class({
div: null,
/**
* Property: opacity
* APIProperty: opacity
* {Float} The layer's opacity. Float number between 0.0 and 1.0. Default
* is 1.
*/