Guest User

Untitled

a guest
Mar 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. contributedEvent.watch(function(error, result) {
  2. if(!error){
  3. console.log("Event captured:", result);
  4. }
  5. else{
  6. console.log("Error capturing event:", error);
  7. }
  8. });
Add Comment
Please, Sign In to add comment