Add newline to move the default value below the list

This commit is contained in:
Thomas Chandelle
2017-01-24 16:10:38 +01:00
parent 0ff0c9aa9f
commit 1965bff8b7

View File

@@ -4048,7 +4048,8 @@ olx.layer.VectorTileOptions.prototype.renderBuffer;
* rendered as vectors and can stay upright on rotated views.
* * `'vector'`: Vector tiles are rendered as vectors. Most accurate rendering
* even during animations, but slower performance than the other options.
* The default is `'hybrid'`.
*
* The default is `'hybrid'`.
* @type {ol.layer.VectorTileRenderType|string|undefined}
* @api
*/