Fixed typo

This commit is contained in:
Pierre 2018-02-03 18:04:47 +01:00
parent 0e827ba10d
commit 999d3248a5

View File

@ -148,7 +148,7 @@ ComunicWeb.pages.userPage.posts = {
*
* @param {HTMLElement} target The target for the message
*/
_no_posts_msg(target){
_no_posts_msg: function(target){
var msgContener = createElem2({
appendTo: target,