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:
Éric Lemoine
2015-09-28 20:21:38 +02:00
parent e8257e805d
commit 5c274adddb

View File

@@ -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) {