Guest User

Untitled

a guest
Dec 7th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. paths = $.map(paths, function (element, index) {
  2.                 console.log(element);
  3.                 console.log(index);
  4.                 element = index;
  5.             });
  6.             console.log(paths); return;
Add Comment
Please, Sign In to add comment