Image and image tile docs

This commit is contained in:
Tim Schaub
2015-04-04 13:33:12 +02:00
parent 6c960215bb
commit 1174baa24e
2 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ goog.inherits(ol.Image, ol.ImageBase);
/**
* Get the HTML image element (may be a Canvas, Image, or Video).
* @param {Object=} opt_context Object.
* @return {HTMLCanvasElement|Image|HTMLVideoElement} Image.
* @api