Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. chrome.runtime.sendMessage({myObject: 1});
  2. chrome.runtime.sendMessage({myObject: 1});
  3.  
  4. var test = 5;
  5.  
  6. function getMessage(e)
  7. {
  8. if (e.myObject)
  9. if (test == 5)
  10. test = 7;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement