summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/index.html b/index.html
index 1366ebc..d167860 100644
--- a/index.html
+++ b/index.html
@@ -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