Remove misplaced function annotation

This commit is contained in:
Frederic Junod
2014-12-22 11:12:01 +01:00
parent 0ae00fb277
commit eabb795624

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.