diff --git a/src/ol/webgl/context.js b/src/ol/webgl/context.js index 2357e7884f..f5cba1baa2 100644 --- a/src/ol/webgl/context.js +++ b/src/ol/webgl/context.js @@ -203,7 +203,6 @@ ol.webgl.Context.prototype.getGL = function() { /** * Get the frame buffer for hit detection. * @return {WebGLFramebuffer} The hit detection frame buffer. - * @api */ ol.webgl.Context.prototype.getHitDetectionFramebuffer = function() { if (goog.isNull(this.hitDetectionFramebuffer_)) {