diff options
author | jiteshjha | 2016-07-04 14:31:41 +0530 |
---|---|---|
committer | jiteshjha | 2016-07-04 14:31:41 +0530 |
commit | 5b7e1da49712e2a332cc10636401c18eefb89974 (patch) | |
tree | 45e712a7be4683c5a34a630db52d1b7069424244 /index.html | |
parent | 494b1188c0d2ca4674a7c2b8c280b23705682786 (diff) | |
download | xcos-on-web-5b7e1da49712e2a332cc10636401c18eefb89974.tar.gz xcos-on-web-5b7e1da49712e2a332cc10636401c18eefb89974.tar.bz2 xcos-on-web-5b7e1da49712e2a332cc10636401c18eefb89974.zip |
Explanation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -404,6 +404,7 @@ // Find the waypoints of the current edge, and set the waypoints for the new thirdEdge var waypoints3 = edgeState.absolutePoints; if(waypoints3 != null && waypoints3.length > 1) { + // Remove last absolute point waypoints3.pop(); } |