profile name changed fullname and comma hotfix.

This commit is contained in:
Yasar icli 2015-07-18 13:43:59 +03:00
parent 2fb317d753
commit a79599d76c
5 changed files with 10 additions and 10 deletions

View file

@ -29,7 +29,7 @@ BlazeComponent.extendComponent({
'click .js-star-board': function(evt) {
Meteor.user().toggleBoardStar(this._id);
evt.preventDefault();
},
}
}];
}
}).register('boardList');