Updated JSDocs for 'TOOLTIP_POSITIONS' constant
This commit is contained in:
parent
96735d47c4
commit
b2e0b49556
|
@ -3,8 +3,8 @@
|
||||||
import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
|
import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The 'TOOLTIP_POSITIONS' constant indicates what 'gravity' option should be
|
* The 'TOOLTIP_POSITIONS' constant indicates a value of 'gravity' option
|
||||||
* passed into AUI tooltip plugin using desired position of the tooltip
|
* to be passed to AUI Tooltip plugin based on the desired tooltip position
|
||||||
*/
|
*/
|
||||||
const TOOLTIP_POSITIONS = {
|
const TOOLTIP_POSITIONS = {
|
||||||
'top': 's',
|
'top': 's',
|
||||||
|
|
Loading…
Reference in New Issue