summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index fc5e434..c73d3e8 100644
--- a/index.html
+++ b/index.html
@@ -35,6 +35,9 @@
// Enables guides
mxGraphHandler.prototype.guidesEnabled = true;
+ // Display vertices over edges
+ mxGraph.prototype.ordered = false;
+
// Alt disables guides
mxGuide.prototype.isEnabledForEvent = function(evt) {
return !mxEvent.isAltDown(evt);