Splited friends component

This commit is contained in:
Pierre
2017-05-31 16:51:52 +02:00
parent 5229349600
commit 7eb6bf383c
3 changed files with 109 additions and 88 deletions

View File

@ -444,8 +444,20 @@ var ComunicWeb = {
/**
* Friends list
*/
friendsList: {
//TODO : implement
friends: {
/**
* Friends list caching system
*/
list:{
},
/**
* Friends bar
*/
bar:{
},
}
},