summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiteshjha2016-07-04 14:52:10 +0530
committerjiteshjha2016-07-04 14:52:10 +0530
commitc2bdac21ee2bde5afce42a8659ab766c408a8fe7 (patch)
treec4184c7b1bd83f8b1ebff8074b81294481b317a3
parent5b7e1da49712e2a332cc10636401c18eefb89974 (diff)
downloadxcos-on-web-c2bdac21ee2bde5afce42a8659ab766c408a8fe7.tar.gz
xcos-on-web-c2bdac21ee2bde5afce42a8659ab766c408a8fe7.tar.bz2
xcos-on-web-c2bdac21ee2bde5afce42a8659ab766c408a8fe7.zip
removed ordering
-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);