Mark VectorContext @api

VectorContext type must be present in Ol3 externs to compile ol3-cesium.
Previously, the `IVectorContext` interface was exported to the externs.
This commit is contained in:
Guillaume Beraudo
2015-04-04 15:19:56 +02:00
parent 5eb7e5848e
commit 1553b88b9d

View File

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