Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler

This commit is contained in:
Lyubomir Marinov 2016-09-28 09:58:49 -05:00
commit 03152d65ab
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',