Merge pull request #3074 from fredj/misplaced-function-annotation

Remove misplaced function annotation.
This commit is contained in:
Tim Schaub
2014-12-22 13:30:44 -05:00

View File

@@ -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.