Remove @api on getHitDetectionFramebuffer

This removes the `@api` marker on `getHitDetectionFramebuffer`. I think this was added by mistake in 7404204.
This commit is contained in:
Éric Lemoine
2015-09-28 16:11:54 +02:00
parent 6c5775e6f6
commit 4c32ec4d67

View File

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