More classes migrated to Mootools 1.3.

This commit is contained in:
Paulo Veiga
2011-07-27 08:25:10 -03:00
parent 9759ee12cb
commit f60755fd8e
21 changed files with 2334 additions and 2584 deletions

View File

@@ -20,7 +20,6 @@ mindplot.DragManager = function(workspace)
{
this._workspace = workspace;
this._listeners = {};
var dragManager = this;
};
mindplot.DragManager.prototype.add = function(node)