From 96735d47c432a226ec33d21bf8a925703e784888 Mon Sep 17 00:00:00 2001 From: Maxim Voloshin Date: Wed, 28 Sep 2016 17:52:27 +0300 Subject: [PATCH] Attached JSDocs for 'TOOLTIP_POSITIONS' constant --- modules/UI/util/UIUtil.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/UI/util/UIUtil.js b/modules/UI/util/UIUtil.js index 1f4b1f97b..1124c8c26 100644 --- a/modules/UI/util/UIUtil.js +++ b/modules/UI/util/UIUtil.js @@ -2,6 +2,10 @@ 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 + */ const TOOLTIP_POSITIONS = { 'top': 's', 'left': 'e',