diff --git a/externs/olx.js b/externs/olx.js index abc6dbea76..d79dccccfb 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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}