From 7cc2a070e8dad797283266ced36a7f9564eab844 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 23 Nov 2015 14:43:23 +0100 Subject: [PATCH] Fix olx.control.FullScreenOptions#label apidoc --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index a2795691e1..71deb6a622 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -1059,7 +1059,7 @@ olx.control.FullScreenOptions.prototype.className; /** - * Text label to use for the button. Default is `\u2194` (an arrow). + * Text label to use for the button. Default is `\u2922` (NORTH EAST AND SOUTH WEST ARROW). * Instead of text, also a Node (e.g. a `span` element) can be used. * @type {string|Node|undefined} * @api