/**
* This file sets application-wide settings and launches the application when everything has
* been loaded onto the page. By default we just render the applications Viewport inside the
* launch method (see app/views/Viewport.js).
*/
AMDA-NG4 = new Ext.Application({
defaultTarget: "viewport",
name: "AMDA-NG4",
launch: function() {
this.viewport = new AMDA-NG4.Viewport();
}
});