Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.  
  3. // var windowId;
  4.  
  5. function setWindowId(window){
  6.     windowId = window;
  7.     alert(windowId.id);
  8. }
  9.  
  10. // get current window
  11. chrome.windows.getCurrent(setWindowId());
  12.  
  13. alert(windowId.id);
  14.  
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement