From 4c32ec4d67c07789496f062b44e076225d672539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 28 Sep 2015 16:11:54 +0200 Subject: [PATCH] Remove @api on getHitDetectionFramebuffer This removes the `@api` marker on `getHitDetectionFramebuffer`. I think this was added by mistake in 7404204. --- src/ol/webgl/context.js | 1 - 1 file changed, 1 deletion(-) 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_)) {