Merge pull request #3021 from fredj/attribution-options-typedef

Add missing properties in olx.control.AttributionOptions typedef
This commit is contained in:
Frédéric Junod
2014-12-08 14:38:01 +01:00

View File

@@ -797,6 +797,11 @@ olx.control;
/**
* @typedef {{className: (string|undefined),
* collapsible: (boolean|undefined),
* collapsed: (boolean|undefined),
* tipLabel: (string|undefined),
* label: (string|undefined),
* collapseLabel: (string|undefined),
* target: (Element|undefined)}}
* @api
*/