diff options
author | jiteshjha | 2016-06-17 00:10:34 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-17 00:10:34 +0530 |
commit | 3cab741ec3680dd5fbdff2156827f2a02be14768 (patch) | |
tree | f5fee6160f2092dcf352a5d8ea8712e1c120c581 /index.html | |
parent | c1938624280c7dd84138befec1cd9b7958dc95a2 (diff) | |
download | xcos-on-web-3cab741ec3680dd5fbdff2156827f2a02be14768.tar.gz xcos-on-web-3cab741ec3680dd5fbdff2156827f2a02be14768.tar.bz2 xcos-on-web-3cab741ec3680dd5fbdff2156827f2a02be14768.zip |
More dead code
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -302,22 +302,6 @@ return null; } - // Disables drag-and-drop into non-swimlanes. - graph.isValidDropTarget = function(cell, cells, evt) { - return this.isSwimlane(cell); - }; - - - // Disables drilling into non-swimlanes. - graph.isValidRoot = function(cell) { - return this.isValidDropTarget(cell); - } - - // Does not allow selection of locked cells - graph.isCellSelectable = function(cell) { - return !this.isCellLocked(cell); - }; - // Shows a "modal" window when double clicking a vertex. graph.dblClick = function(evt, cell) { // Do not fire a DOUBLE_CLICK event here as mxEditor will |