Skip to content

Commit

Permalink
demo/snap: origin 'startCoords' not relativePoints
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Dec 17, 2014
1 parent 98a45b9 commit f5a1335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/js/snap.js
Expand Up @@ -232,7 +232,7 @@
targets: status.gridMode.checked? [gridFunc] : status.anchorMode.checked? anchors : null,
enabled: !status.offMode.checked,
endOnly: status.endOnly.checked,
relativePoints: status.relative.checked? ['startCoords'] : null
offset: status.relative.checked? 'startCoords' : null
}
})
.inertia(status.inertia.checked);
Expand Down

0 comments on commit f5a1335

Please sign in to comment.