ComunicWeb/assets/js/components/friendsList/friendsList.js

9 lines
112 B
JavaScript
Raw Normal View History

2017-05-28 11:48:19 +00:00
/**
2017-05-31 14:51:52 +00:00
* Friends list caching system
2017-05-28 11:48:19 +00:00
*
* @author Pierre HUBERT
*/
2017-05-31 14:51:52 +00:00
ComunicWeb.components.friends.list = {
};