summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjiteshjha2016-07-04 14:31:41 +0530
committerjiteshjha2016-07-04 14:31:41 +0530
commit5b7e1da49712e2a332cc10636401c18eefb89974 (patch)
tree45e712a7be4683c5a34a630db52d1b7069424244 /index.html
parent494b1188c0d2ca4674a7c2b8c280b23705682786 (diff)
downloadxcos-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.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index bade79f..615f371 100644
--- a/index.html
+++ b/index.html
@@ -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();
}