Procházet zdrojové kódy

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

j8
Lyubomir Marinov před 9 roky
rodič
revize
4569970bc4
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      modules/UI/util/UIUtil.js

+ 2
- 2
modules/UI/util/UIUtil.js Zobrazit soubor

@@ -3,8 +3,8 @@
3 3
 import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
4 4
 
5 5
 /**
6
- * The 'TOOLTIP_POSITIONS' constant indicates what 'gravity' option should be 
7
- * passed into AUI tooltip plugin using desired position of the tooltip
6
+ * The 'TOOLTIP_POSITIONS' constant indicates a value of 'gravity' option 
7
+ * to be passed to AUI Tooltip plugin based on the desired tooltip position
8 8
  */
9 9
 const TOOLTIP_POSITIONS = {
10 10
     'top': 's',

Načítá se…
Zrušit
Uložit