Missing vector context description

This commit is contained in:
Tim Schaub
2015-09-06 09:41:56 -06:00
parent eed926fa94
commit a09c07a427

View File

@@ -3,6 +3,8 @@ goog.provide('ol.render.VectorContext');
/**
* Context for drawing geometries. A vector context is available on render
* events and does not need to be constructed directly.
* @constructor
* @struct
* @api