From dbdf4e47616be30692dd22814574b92656c2ee4e Mon Sep 17 00:00:00 2001 From: Adhitya Kamakshidasan Date: Sun, 3 Jul 2016 17:52:29 +0530 Subject: Update index.html --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'index.html') 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) { -- cgit