Doc corrections

This commit is contained in:
Tim Schaub
2015-08-01 16:33:43 -06:00
parent 0c486c522a
commit 4320b07c5d
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ ol.raster.OperationType = {
* an array of the same. The operations are called with a second "data"
* argument, which can be used for storage. The data object is accessible
* from raster events, where it can be initialized in "beforeoperations" and
* accessed again in "afteroperations."
* accessed again in "afteroperations".
*
* @typedef {function((Array.<ol.raster.Pixel>|Array.<ImageData>), Object):
* (Array.<ol.raster.Pixel>|Array.<ImageData>)}