Empty Controller
Ext.define('', {
extend: '',
alias: ['controller.'],
config: {},
requires: [
],
control: {
},
init: function () {
var me = this,
vw = me.getView();
me.callParent(arguments);
}
});