/** 
 * Copyright Intermesh
 * 
 * This file is part of Group-Office. You should have received a copy of the
 * Group-Office license along with Group-Office. See the file /LICENSE.TXT
 * 
 * If you have questions write an e-mail to info@intermesh.nl
 * 
 * @version $Id: namespaces.js 1838 2009-02-06 15:13:50Z mschering $
 * @copyright Copyright Intermesh
 * @author Merijn Schering <mschering@intermesh.nl>
 */
 
Ext.namespace("GO");
Ext.namespace("GO.form");
Ext.namespace('GO.plugins');
Ext.namespace("GO.grid");
Ext.namespace("GO.panel");
Ext.namespace("GO.state");
Ext.namespace("GO.data");
Ext.namespace("GO.dialog");
Ext.namespace("GO.users");
Ext.namespace('GO.layout');
Ext.namespace('GO.mailFunctions');
Ext.namespace('GO.menu');