From cf9683dc0382a06a384c5a8056d4e3b8df95b72e Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 30 Aug 2016 10:30:26 +0200 Subject: [PATCH] Fix olx.style.TextOptions.rotateWithView option in externs --- externs/olx.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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}