To be a bit more precise, in such case, the 'pipe' variable provided in the
'
multiPipeDelete' callback is of type 'string' and is equal to "multi".


client.addEvent('multiPipeDelete', function(pipe) {
    var pipeName = pipe.name; // is null in such case.
    var pipePorperties = pipe.properties; // is null in such case.
    var typeOfPipe = typeof(pipe); // returns 'string' in such case.
});


Best regards,

Nouk²

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to