Fix olx.style.TextOptions.rotateWithView option in externs

This commit is contained in:
Frederic Junod
2016-08-30 10:30:26 +02:00
parent b9a7fb2421
commit cf9683dc03

View File

@@ -6905,14 +6905,6 @@ olx.style.RegularShapeOptions.prototype.snapToPixel;
olx.style.RegularShapeOptions.prototype.stroke;
/**
* Whether to rotate the text with the view. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.style.TextOptions.prototype.rotateWithView;
/**
* Rotation in radians (positive rotation clockwise). Default is `0`.
* @type {number|undefined}
@@ -7057,6 +7049,14 @@ olx.style.TextOptions.prototype.offsetY;
olx.style.TextOptions.prototype.scale;
/**
* Whether to rotate the text with the view. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.style.TextOptions.prototype.rotateWithView;
/**
* Rotation in radians (positive rotation clockwise). Default is `0`.
* @type {number|undefined}