unclean SPARC
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class myProfileController extends EICController {
|
||||
|
||||
index(routeInfo){
|
||||
this.loadWindow('common/profile/myProfileView', {
|
||||
title: 'My Profile',
|
||||
static: true,
|
||||
expanded: true
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
app.registerClass('myProfileController', myProfileController);
|
||||
Reference in New Issue
Block a user