diff options
author | jiteshjha | 2016-06-01 12:13:13 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-01 12:13:13 +0530 |
commit | cb73936f9586808ea99ab0c18aabc4e3006317bd (patch) | |
tree | e798bc3095665717682bab20309a35199b36482a /index.html | |
parent | f7a53679252887d006c340fc6a9d63d2c7c4fa6f (diff) | |
download | xcos-on-web-cb73936f9586808ea99ab0c18aabc4e3006317bd.tar.gz xcos-on-web-cb73936f9586808ea99ab0c18aabc4e3006317bd.tar.bz2 xcos-on-web-cb73936f9586808ea99ab0c18aabc4e3006317bd.zip |
Removal of TODO
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1155,7 +1155,6 @@ // Sets the terminal point of an edge if we're moving one of the endpoints if (this.graph.getModel().isEdge(clone.cell)) { - // TODO: Only set this if the target or source terminal is an edge clone.cell.geometry.setTerminalPoint(point, this.isSource); } else { clone.cell.geometry.setTerminalPoint(null, this.isSource); @@ -1258,7 +1257,6 @@ } // Adds the first point - // TODO: Should move along connected segment var pt = pts[0]; if (pt == null && source != null) { @@ -1292,7 +1290,6 @@ // Adds the last point pt = pts[pts.length - 1]; - // TODO: Should move along connected segment if (pt == null && target != null) { pt = new mxPoint(state.view.getRoutingCenterX(target), state.view.getRoutingCenterY(target)); } |