[doc] dispatchChangeEvent -> changed

This commit is contained in:
Yuri Astrakhan
2018-03-25 13:25:10 -04:00
committed by Yuri Astrakhan
parent 722ce67ebe
commit f6e2db76f4

View File

@@ -929,7 +929,7 @@ 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
* `changed` should be called on the source for the source to
* invalidate the current cached image.
* @type {ol.CanvasFunctionType}
* @api