Fix jsdoc references
This commit is contained in:
@@ -9,9 +9,9 @@ import {getHeight} from './extent.js';
|
||||
import {listenOnce, unlistenByKey} from './events.js';
|
||||
|
||||
/**
|
||||
* A function that takes an {@link module:ol/Image~Image} for the image and a
|
||||
* A function that takes an {@link module:ol/Image~ImageWrapper} for the image and a
|
||||
* `{string}` for the src as arguments. It is supposed to make it so the
|
||||
* underlying image {@link module:ol/Image~Image#getImage} is assigned the
|
||||
* underlying image {@link module:ol/Image~ImageWrapper#getImage} is assigned the
|
||||
* content specified by the src. If not specified, the default is
|
||||
*
|
||||
* function(image, src) {
|
||||
|
||||
Reference in New Issue
Block a user