minor typos

This commit is contained in:
simonseyock
2016-10-25 18:59:28 +02:00
committed by simonseyock
parent da020d77e9
commit f0439685ad
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ ol.inherits(ol.renderer.Layer, ol.Observable);
/**
* @param {ol.Coordinate} coordinate Coordinate.
* @param {olx.FrameState} frameState Frame state.
* @param {number} hitTolerance hit tolerance.
* @param {number} hitTolerance Hit tolerance.
* @param {function(this: S, (ol.Feature|ol.render.Feature), ol.layer.Layer): T}
* callback Feature callback.
* @param {S} thisArg Value to use as `this` when executing `callback`.