qcobjects-charts
Version:
App template for New App in QCObjects
22 lines (21 loc) • 405 B
JavaScript
;
Package('org.quickcorp.custom.views',[
Class('View1',View,{
dependencies:[],
component:null,
_new_:function (o){
this.__new__(o);
var controller=this;
//TODO: Implement
}
}),
Class('View2',View,{
dependencies:[],
component:null,
_new_:function (o){
this.__new__(o);
var controller=this;
//TODO: Implement
}
}),
]);