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

View File

@@ -1350,7 +1350,7 @@ olx.control.RotateOptions.prototype.className;
/**
* Text label to use for the rotate button. Default is `⇧`.
* Instead of text, also a Node (e.g. a `span` element) can be used.
* @type {string|Node|undefined}
* @type {string|Element|undefined}
* @api stable
*/
olx.control.RotateOptions.prototype.label;