Merge pull request #4478 from fredj/apidoc

Fix olx.control.FullScreenOptions#label apidoc
This commit is contained in:
Frédéric Junod
2015-11-23 14:56:40 +01:00

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