Adds some words in comment

This commit is contained in:
gcampes 2016-02-23 09:41:02 -03:00
parent 4e8fc3d548
commit 27fc4a6981

View File

@ -19,7 +19,7 @@ UserItem = React.createClass({
},
setPresenter(user){
/*this is a global function and should be */
/*this is a global function and should be looked at to be changed to a better solution*/
setUserPresenter(BBB.getMeetingId(), user.id, getInSession('userId'), user.name, getInSession('authToken'));
},