- Remove all old layout classes.

- Rename nloyout to layout
- Drag integrated.
This commit is contained in:
Paulo Veiga
2012-01-14 14:16:59 -03:00
parent 1b3ad1b42d
commit 90644c201a
29 changed files with 79 additions and 1444 deletions

View File

@@ -72,10 +72,6 @@ mindplot.DragManager.prototype.remove = function(node)
index = i;
}
}
if (contained)
{
elem = new Array();
}
};
mindplot.DragManager.prototype._buildMouseMoveListener = function(workspace, dragNode, dragManager)