unclean SPARC
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class CoachingAdminView extends EICDomContent {
|
||||
|
||||
DOMContentLoaded() {
|
||||
ui.eicfy(this.el);
|
||||
|
||||
this.tabs = new Tab();
|
||||
this.tabs.addTabs(this.findAll('menu li'), this.findAll('.panel'));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
app.registerClass('CoachingAdminView', CoachingAdminView);
|
||||
Reference in New Issue
Block a user