diff options
author | jiteshjha | 2016-07-04 14:52:10 +0530 |
---|---|---|
committer | jiteshjha | 2016-07-04 14:52:10 +0530 |
commit | c2bdac21ee2bde5afce42a8659ab766c408a8fe7 (patch) | |
tree | c4184c7b1bd83f8b1ebff8074b81294481b317a3 | |
parent | 5b7e1da49712e2a332cc10636401c18eefb89974 (diff) | |
download | xcos-on-web-c2bdac21ee2bde5afce42a8659ab766c408a8fe7.tar.gz xcos-on-web-c2bdac21ee2bde5afce42a8659ab766c408a8fe7.tar.bz2 xcos-on-web-c2bdac21ee2bde5afce42a8659ab766c408a8fe7.zip |
removed ordering
-rw-r--r-- | index.html | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |