Fix olx.control.RotateOptions#label type

Use the same as the typedef, leftover from a096ec5
This commit is contained in:
Frederic Junod
2016-02-10 10:06:21 +01:00
parent df977d50b6
commit 2f3c25cb95
+1 -1
View File
@@ -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;