Do not export ol.webgl.Context
We don't need to export the `ol.export.Context` constructor as users won't create `ol.webgl.Context` instances themselves.
This commit is contained in:
@@ -26,7 +26,6 @@ ol.webgl.BufferCacheEntry;
|
||||
* @extends {goog.events.EventTarget}
|
||||
* @param {HTMLCanvasElement} canvas Canvas.
|
||||
* @param {WebGLRenderingContext} gl GL.
|
||||
* @api
|
||||
*/
|
||||
ol.webgl.Context = function(canvas, gl) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user