ERROR:
{ stack: [Getter/Setter],
arguments: [ 'name', undefined ],
type: 'non_object_property_load',
message: [Getter/Setter] }
TypeError: Cannot read property 'name' of undefined
CODE:
everyone.now.distributeUp= function(clientId, groupName){
//console.log(clientId);
nowjs.getClient( clientId, function() {
nowjs.getGroup(groupName).now.receiveUp(
this.now.name);
});
};
any idea?
thanks