Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. I can only see a few things wrong
  2.  
  3. loadData(url, ports);
  4.  
  5.  
  6. should be replaced with
  7.  
  8. loadData(url, ports[i]);
  9.  
  10.  
  11. i tried it and it worked.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement