Merge pull request #4183 from elemoine/remove-extra-api

Remove @api on getHitDetectionFramebuffer
This commit is contained in:
Éric Lemoine
2015-09-28 16:34:51 +02:00
-1
View File
@@ -203,7 +203,6 @@ ol.webgl.Context.prototype.getGL = function() {
/** /**
* Get the frame buffer for hit detection. * Get the frame buffer for hit detection.
* @return {WebGLFramebuffer} The hit detection frame buffer. * @return {WebGLFramebuffer} The hit detection frame buffer.
* @api
*/ */
ol.webgl.Context.prototype.getHitDetectionFramebuffer = function() { ol.webgl.Context.prototype.getHitDetectionFramebuffer = function() {
if (goog.isNull(this.hitDetectionFramebuffer_)) { if (goog.isNull(this.hitDetectionFramebuffer_)) {