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

@@ -133,11 +133,11 @@ mindplot.layout.OriginalLayoutManager = new Class({
},
_createMainTopicBoard:function(node) {
return new mindplot.MainTopicBoard(node, this);
return new mindplot.layout.boards.original.MainTopicBoard(node, this);
},
_createCentralTopicBoard:function(node) {
return new mindplot.CentralTopicBoard(node, this);
return new mindplot.layout.boards.original.CentralTopicBoard(node, this);
},
getClassName:function() {