Merge pull request #3494 from gberaudo/api_vector_context

Mark VectorContext @api
This commit is contained in:
Éric Lemoine
2015-04-04 17:04:25 +02:00

View File

@@ -5,6 +5,7 @@ goog.provide('ol.render.VectorContext');
/**
* @constructor
* @struct
* @api
*/
ol.render.VectorContext = function() {
};