summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAdhitya Kamakshidasan2016-07-03 17:52:29 +0530
committerGitHub2016-07-03 17:52:29 +0530
commitdbdf4e47616be30692dd22814574b92656c2ee4e (patch)
treeca4a1ad941bf86ee9eea34e88beef42fe2bd61e8 /index.html
parent1a4529b69630f183f253d86e541ff4f460055b58 (diff)
downloadxcos-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.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 9620a85..624d68e 100644
--- a/index.html
+++ b/index.html
@@ -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) {