From 2f3c25cb95346794754a2c7392ed11ff54633cdd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 10 Feb 2016 10:06:21 +0100 Subject: [PATCH] Fix olx.control.RotateOptions#label type Use the same as the typedef, leftover from a096ec5 --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 801ac491e2..6020e48d67 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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;