forked from extern/egroupware
make egw_globalObjectManager available for egw_keymanager
This commit is contained in:
parent
ee508c50b9
commit
3e5aa5a707
@ -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>
|
* @author Andreas Stöckel <as@stylite.de>
|
||||||
* @copyright 2011 by Andreas Stöckel
|
* @copyright 2011 by Andreas Stöckel
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @package egw_action
|
* @package egw_action
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*egw:uses
|
/*egw:uses
|
||||||
@ -23,7 +22,7 @@ import "./egw_menu_dhtmlx.js";
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var egw_globalActionManager = null;
|
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
|
* Returns the action manager for the given application - each application has its
|
||||||
|
@ -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>
|
* @author Andreas Stöckel <as@stylite.de>
|
||||||
* @copyright 2011 by Andreas Stöckel
|
* @copyright 2011 by Andreas Stöckel
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @package egw_action
|
* @package egw_action
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*egw:uses
|
/*egw:uses
|
||||||
@ -14,7 +13,7 @@
|
|||||||
egw_action;
|
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";
|
import {_egw_active_menu} from "./egw_menu.js";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user