Merge pull request #8026 from nyurik/patch-2

[doc] dispatchChangeEvent -> changed
This commit is contained in:
Frédéric Junod
2018-04-03 08:53:09 +02:00
committed by GitHub

View File

@@ -929,8 +929,8 @@ olx.source.ImageCanvasOptions.prototype.attributions;
* ratio, `{ol.Size}` the image size, and `{module:ol/proj/Projection~Projection}` the image
* projection. The canvas returned by this function is cached by the source. If
* the value returned by the function is later changed then
* `dispatchChangeEvent` should be called on the source for the source to
* invalidate the current cached image.
* `changed` should be called on the source for the source to
* invalidate the current cached image. See @link: {@link module:ol/Observable~Observable#changed}
* @type {ol.CanvasFunctionType}
* @api
*/