/** * @preserve This file is part of Mibew Messenger project. * http://mibew.org * * Copyright (c) 2005-2011 Mibew Messenger Community * License: http://mibew.org/license.php */ (function(Mibew){ /** * @namespace Holds application region constructors */ Mibew.Regions = {}; /** * @namespace Holds application layouts constructors */ Mibew.Layouts = {}; /** * Create application instance. * @type Backbone.Marionette.Application */ Mibew.Application = new Backbone.Marionette.Application(); })(Mibew);