summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {