Fix olx.control.RotateOptions#label type
Use the same as the typedef, leftover from a096ec5
This commit is contained in:
+1
-1
@@ -1350,7 +1350,7 @@ olx.control.RotateOptions.prototype.className;
|
|||||||
/**
|
/**
|
||||||
* Text label to use for the rotate button. Default is `⇧`.
|
* Text label to use for the rotate button. Default is `⇧`.
|
||||||
* Instead of text, also a Node (e.g. a `span` element) can be used.
|
* Instead of text, also a Node (e.g. a `span` element) can be used.
|
||||||
* @type {string|Node|undefined}
|
* @type {string|Element|undefined}
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.control.RotateOptions.prototype.label;
|
olx.control.RotateOptions.prototype.label;
|
||||||
|
|||||||
Reference in New Issue
Block a user