Add basic docs for layer.Image

This commit is contained in:
Marc Jansen
2015-04-18 08:41:53 +02:00
parent 192639a876
commit 18bb32e409

View File

@@ -26,6 +26,7 @@ goog.inherits(ol.layer.Image, ol.layer.Layer);
/**
* Return the associated {@link ol.source.Image source} of the image layer.
* @function
* @return {ol.source.Image} Source.
* @api stable