Esempio n. 1
0
var _receiveProfile = function ( profile ) {
  if ( profile.user_id === SessionStore.currentUserId() ) {
    _currentUser.picture = profile.profile_picture;
  }
};