From b2e0b4955620248afe9be4f1e1ed95985950f048 Mon Sep 17 00:00:00 2001 From: Maxim Voloshin Date: Wed, 28 Sep 2016 18:09:09 +0300 Subject: [PATCH] Updated JSDocs for 'TOOLTIP_POSITIONS' constant --- modules/UI/util/UIUtil.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/UI/util/UIUtil.js b/modules/UI/util/UIUtil.js index 1124c8c26..2edcba84d 100644 --- a/modules/UI/util/UIUtil.js +++ b/modules/UI/util/UIUtil.js @@ -3,8 +3,8 @@ import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut'; /** - * The 'TOOLTIP_POSITIONS' constant indicates what 'gravity' option should be - * passed into AUI tooltip plugin using desired position of the tooltip + * The 'TOOLTIP_POSITIONS' constant indicates a value of 'gravity' option + * to be passed to AUI Tooltip plugin based on the desired tooltip position */ const TOOLTIP_POSITIONS = { 'top': 's',