adding FreeMind LayoutManager

This commit is contained in:
Pablo Luna
2011-03-24 18:00:51 +00:00
parent 43ff313635
commit 4dee4a0f18
20 changed files with 630 additions and 81 deletions

View File

@@ -24,7 +24,7 @@ mindplot.MainTopicBoard = function(topic, layoutManager)
this._height = 0;
};
objects.extend(mindplot.MainTopicBoard, mindplot.TopicBoard);
objects.extend(mindplot.MainTopicBoard, mindplot.Board);
mindplot.MainTopicBoard.DEFAULT_MAIN_TOPIC_HEIGHT = 18;