Guest User

Untitled

a guest
May 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function init(e, n)
  2. {
  3. var bufferPosts = loadContent( e );
  4. for (j=0;j<10;j++)
  5. {
  6. n.appendChild(bufferPosts[j]);
  7. n.appendChild(breakLine());
  8. }
  9. }
  10.  
  11.  
  12. htmlList.forEach(init, bNode);
Add Comment
Please, Sign In to add comment