Fix doc typos

This commit is contained in:
Frederic Junod
2013-11-27 13:43:11 +01:00
parent 424f8fcc6d
commit aac16a3ba1

View File

@@ -70,7 +70,7 @@ ol.source.Vector.prototype.addFeature = function(feature) {
/**
* @param {function(this: T, ol.Feature): S} f Callback.
* @param {T=} opt_obj The object to be used a the value of 'this' within f.
* @param {T=} opt_obj The object to be used as the value of 'this' within f.
* @return {S|undefined}
* @template T,S
*/
@@ -82,7 +82,7 @@ ol.source.Vector.prototype.forEachFeature = function(f, opt_obj) {
/**
* @param {ol.Coordinate} coordinate Coordinate.
* @param {function(this: T, ol.Feature): S} f Callback.
* @param {T=} opt_obj The object to be used a the value of 'this' within f.
* @param {T=} opt_obj The object to be used as the value of 'this' within f.
* @return {S|undefined}
* @template T,S
*/
@@ -102,7 +102,7 @@ ol.source.Vector.prototype.forEachFeatureAtCoordinate =
/**
* @param {ol.Extent} extent Extent.
* @param {function(this: T, ol.Feature): S} f Callback.
* @param {T=} opt_obj The object to be used a the value of 'this' within f.
* @param {T=} opt_obj The object to be used as the value of 'this' within f.
* @return {S|undefined}
* @template T,S
*/