Move layout files in order to reflethe final layout structure.

This commit is contained in:
Paulo Veiga
2011-12-01 18:07:19 -03:00
parent 4d3baac09d
commit d62d4af766
15 changed files with 113 additions and 46 deletions

View File

@@ -20,6 +20,8 @@ var mindplot = {};
mindplot.util = {};
mindplot.commands = {};
mindplot.layout = {};
mindplot.layout.boards = {};
mindplot.layout.boards.original = {};
mindplot.widget = {};
mindplot.model = {};
mindplot.collaboration = {};