Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function forEach (App.fetch , App.show){
  2. for (var i=0 ; i < App.fetch.length ; i++);
  3. App.fetch(Chat.show[i]);
  4. setTimeout(App.fetch,3000);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement