Add missing @template declaration

This commit is contained in:
Tom Payne
2012-07-07 17:12:59 +02:00
committed by Tom Payne
parent 24ba87bf92
commit d444618a11

View File

@@ -29,6 +29,7 @@ goog.inherits(ol.TileBounds, goog.math.Box);
* @param {number} z Z.
* @param {function(this: T, ol.TileCoord): boolean} f Callback.
* @param {T=} opt_obj The object to be used for the value of 'this' within f.
* @template T
*/
ol.TileBounds.prototype.forEachTileCoord = function(z, f, opt_obj) {
var tileCoord = new ol.TileCoord(z, 0, 0);