Merge pull request #2401 from probins/layerbase

Fix issue with layergroup event docs
This commit is contained in:
Andreas Hocevar
2014-07-18 14:19:35 +02:00

View File

@@ -30,8 +30,7 @@ ol.layer.GroupProperty = {
*
* @constructor
* @extends {ol.layer.Base}
* @fires change Triggered when the state of the source of any of the layers of
* this group changes
* @fires change Triggered when the group/Collection changes.
* @param {olx.layer.GroupOptions=} opt_options Layer options.
* @api
*/