Started work on PM Panel layout
This commit is contained in:
parent
67edef9035
commit
e19ae74412
11 changed files with 198 additions and 0 deletions
|
|
@ -51,6 +51,11 @@ class channel{
|
|||
* Child User List Object
|
||||
*/
|
||||
this.userList = new userList(this);
|
||||
|
||||
/**
|
||||
* Child PM Handler
|
||||
*/
|
||||
this.pmHandler = new pmHandler(this);
|
||||
|
||||
/**
|
||||
* Child Canopy Panel Object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue