Fix drag.

This commit is contained in:
Paulo Veiga
2011-08-08 09:27:54 -03:00
parent e9ed01c87d
commit f76e068f7d
3 changed files with 3 additions and 3 deletions

View File

@@ -26,4 +26,5 @@ var mindplot = {};
mindplot.util = {};
mindplot.commands = {};
mindplot.layout = {};
mindplot.widget = {};
mindplot.widget = {};
mindplot.model = {};