Add missing properties in olx.control.AttributionOptions typedef

This commit is contained in:
Frederic Junod
2014-11-12 08:30:25 +01:00
parent b7d0e06f05
commit 8fa628a11d

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
*/