Change forEachFeatureAtPixel arguments names

This commit is contained in:
Éric Lemoine
2014-01-17 11:21:56 +01:00
parent 08b579ccf4
commit e83ec2976f
7 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ goog.inherits(ol.renderer.Layer, goog.Disposable);
* @param {ol.FrameState} frameState Frame state.
* @param {function(this: S, ol.Feature, ol.layer.Layer): T} callback Feature
* callback.
* @param {S=} opt_this Object to use as `this` in `callback`.
* @param {S} thisArg Value to use as `this` when executing `callback`.
* @return {T|undefined} Callback result.
* @template S,T
*/