Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // Please use event listeners to run functions.
  2. document.addEventListener('onLoad', function(obj) {
  3. // obj will be empty for event list
  4. // this will fire only once when the widget loads
  5. });
  6.  
  7. document.addEventListener('onEventReceived', function(obj) {
  8. // obj will contain information about the event
  9.  
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement