Skip to content

Commit

Permalink
fix issue where item can be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed Jun 6, 2013
1 parent 6e8f072 commit 10f03ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if (argv.i) {

for (var depth = 0; depth<=materialWidth; depth+=.1) {
cleanOffsetPath.forEach(function(item, i) {
move({
item && move({
x : item.x,
y : item.y,
f : 2000
Expand Down

0 comments on commit 10f03ff

Please sign in to comment.