Skip to content

Commit

Permalink
removed unneeded var
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Nov 2, 2013
1 parent d37808a commit 26dc82e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oridomi.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1192,8 +1192,7 @@ class OriDomi
map: (fn) ->
prep((angle, anchor, options) =>
@_iterate anchor, (panel, i, len) =>
deg = fn angle, i, len
@_transformPanel panel, deg, anchor, options.fracture
@_transformPanel panel, fn(angle, i, len), anchor, options.fracture
).bind @


Expand Down

0 comments on commit 26dc82e

Please sign in to comment.