Ext.ns('iReport', 'iReport.views');

Ext.setup({
  //tabletStartupScreen: 'tablet-landscape.png',
  //phoneStartupScreen: 'phone_startup.png',
  icon: 'icon.png',
  glossOnIcon: false,
  onReady: function() {
    iReport.app = new iReport.App({})
  }
});

