diff options
author | Adhitya Kamakshidasan | 2016-07-03 17:52:29 +0530 |
---|---|---|
committer | GitHub | 2016-07-03 17:52:29 +0530 |
commit | dbdf4e47616be30692dd22814574b92656c2ee4e (patch) | |
tree | ca4a1ad941bf86ee9eea34e88beef42fe2bd61e8 /index.html | |
parent | 1a4529b69630f183f253d86e541ff4f460055b58 (diff) | |
download | xcos-on-web-dbdf4e47616be30692dd22814574b92656c2ee4e.tar.gz xcos-on-web-dbdf4e47616be30692dd22814574b92656c2ee4e.tar.bz2 xcos-on-web-dbdf4e47616be30692dd22814574b92656c2ee4e.zip |
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -34,9 +34,10 @@ // Enables guides mxGraphHandler.prototype.guidesEnabled = true; - + + //Adhitya: @Jitesh: Please test this more! // Display vertices over edges - mxGraph.prototype.ordered = false; + //mxGraph.prototype.ordered = false; // Alt disables guides mxGuide.prototype.isEnabledForEvent = function(evt) { |