Merge pull request #3074 from fredj/misplaced-function-annotation
Remove misplaced function annotation.
This commit is contained in:
@@ -126,10 +126,6 @@ ol.renderer.webgl.Map = function(container, map) {
|
||||
* @type {ol.structs.PriorityQueue.<Array>}
|
||||
*/
|
||||
this.tileTextureQueue_ = new ol.structs.PriorityQueue(
|
||||
/**
|
||||
* @param {Array.<*>} element Element.
|
||||
* @return {number} Priority.
|
||||
*/
|
||||
goog.bind(
|
||||
/**
|
||||
* @param {Array.<*>} element Element.
|
||||
|
||||
Reference in New Issue
Block a user