Merge pull request #4183 from elemoine/remove-extra-api
Remove @api on getHitDetectionFramebuffer
This commit is contained in:
@@ -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_)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user