make egw_globalObjectManager available for egw_keymanager

This commit is contained in:
Ralf Becker 2021-06-12 17:03:22 +02:00
parent ee508c50b9
commit 3e5aa5a707
2 changed files with 6 additions and 8 deletions

View File

@ -1,12 +1,11 @@
/**
* eGroupWare egw_action framework - egw action framework
* EGroupware egw_action framework - egw action framework
*
* @link http://www.egroupware.org
* @link https://www.egroupware.org
* @author Andreas Stöckel <as@stylite.de>
* @copyright 2011 by Andreas Stöckel
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package egw_action
* @version $Id$
*/
/*egw:uses
@ -23,7 +22,7 @@ import "./egw_menu_dhtmlx.js";
*/
var egw_globalActionManager = null;
var egw_globalObjectManager = null;
export var egw_globalObjectManager = null;
/**
* Returns the action manager for the given application - each application has its

View File

@ -1,12 +1,11 @@
/**
* eGroupWare egw_action framework - Shortcut/Keyboard input manager
* EGroupware egw_action framework - Shortcut/Keyboard input manager
*
* @link http://www.egroupware.org
* @link https://www.egroupware.org
* @author Andreas Stöckel <as@stylite.de>
* @copyright 2011 by Andreas Stöckel
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package egw_action
* @version $Id$
*/
/*egw:uses
@ -14,7 +13,7 @@
egw_action;
*/
import {EGW_AO_EXEC_SELECTED} from "./egw_action.js";
import {EGW_AO_EXEC_SELECTED,egw_globalObjectManager} from "./egw_action.js";
import {_egw_active_menu} from "./egw_menu.js";
/**