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
@@ -126,10 +126,6 @@ ol.renderer.webgl.Map = function(container, map) {
* @type {ol.structs.PriorityQueue.<Array>} * @type {ol.structs.PriorityQueue.<Array>}
*/ */
this.tileTextureQueue_ = new ol.structs.PriorityQueue( this.tileTextureQueue_ = new ol.structs.PriorityQueue(
/**
* @param {Array.<*>} element Element.
* @return {number} Priority.
*/
goog.bind( goog.bind(
/** /**
* @param {Array.<*>} element Element. * @param {Array.<*>} element Element.