Attached JSDocs for 'TOOLTIP_POSITIONS' constant

pull/939/head
Maxim Voloshin 9 years ago
parent 87ed7b7989
commit 96735d47c4
  1. 4
      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',

Loading…
Cancel
Save