Fix olx.control.FullScreenOptions#label apidoc

This commit is contained in:
Frederic Junod
2015-11-23 14:43:23 +01:00
parent a2011b035d
commit 7cc2a070e8

View File

@@ -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