({ extendsFrom: 'CreateView',
/**
* Some extra functionality
*/
doSomethingCool: function() {
},
_dispose: function() {
//additional stuff before calling the core create _dispose goes here
this._super('_dispose');
}
})
({ extendsFrom: 'CreateView',
/**
* Some extra functionality
*/
doSomethingCool: function() {
},
_dispose: function() {
//additional stuff before calling the core create _dispose goes here
this._super('_dispose');
}
})