Guest User

Untitled

a guest
Sep 17th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.         for k,v of arr
  3.             # MUST use the trailing slashes, because of a bug in coffeescript
  4.             for i,j of @undoStack when \
  5.                 j.path_index is path_index and \
  6.                 j.index is v.was
  7.                     j.index = k
  8.  
  9.             path.setAt parseInt(k),v.point
Add Comment
Please, Sign In to add comment