summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.html b/index.html
index 615f371..9e536c4 100644
--- a/index.html
+++ b/index.html
@@ -35,10 +35,6 @@
// Enables guides
mxGraphHandler.prototype.guidesEnabled = true;
- //Adhitya: @Jitesh: Please test this more!
- // Display vertices over edges
- //mxGraph.prototype.ordered = false;
-
// Alt disables guides
mxGuide.prototype.isEnabledForEvent = function(evt) {
return !mxEvent.isAltDown(evt);