From d87da4b3c8e6b39e3e6f57c2ae25f993d8269942 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 12 Mar 2015 12:17:25 +0100 Subject: [PATCH] Better 'rotation' option documentation --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 78df7efe8b..cb22551f9d 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -6060,7 +6060,7 @@ olx.style.IconOptions.prototype.rotateWithView; /** - * Rotation. + * Rotation in radians (positive rotation clockwise). Default is `0`. * @type {number|undefined} * @api */ @@ -6305,7 +6305,7 @@ olx.style.TextOptions.prototype.scale; /** - * Rotation. + * Rotation in radians (positive rotation clockwise). Default is `0`. * @type {number|undefined} * @api */