Remove sub-namespaces from all remaining typedefs
This commit is contained in:
@@ -20,7 +20,7 @@ ol.style.ImageState = {
|
||||
* {@link ol.style.RegularShape}.
|
||||
*
|
||||
* @constructor
|
||||
* @param {ol.style.ImageOptions} options Options.
|
||||
* @param {ol.StyleImageOptions} options Options.
|
||||
* @api
|
||||
*/
|
||||
ol.style.Image = function(options) {
|
||||
@@ -223,7 +223,7 @@ ol.style.Image.prototype.setSnapToPixel = function(snapToPixel) {
|
||||
/**
|
||||
* @param {function(this: T, ol.events.Event)} listener Listener function.
|
||||
* @param {T} thisArg Value to use as `this` when executing `listener`.
|
||||
* @return {ol.events.Key|undefined} Listener key.
|
||||
* @return {ol.EventsKey|undefined} Listener key.
|
||||
* @template T
|
||||
*/
|
||||
ol.style.Image.prototype.listenImageChange = goog.abstractMethod;
|
||||
|
||||
Reference in New Issue
Block a user