Attached JSDocs for 'TOOLTIP_POSITIONS' constant

This commit is contained in:
Maxim Voloshin 2016-09-28 17:52:27 +03:00
parent 87ed7b7989
commit 96735d47c4
1 changed files with 4 additions and 0 deletions

View File

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