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',