- Exclude brix during export

- More changes for layout manager.
This commit is contained in:
Paulo Veiga
2011-12-31 14:52:13 -03:00
parent d9d89a24de
commit 8062a29323
8 changed files with 20 additions and 20 deletions

View File

@@ -103,6 +103,7 @@ mindplot.layout.BaseLayoutManager = new Class({
var type = node.getModel().getType();
return type == mindplot.model.INodeModel.CENTRAL_TOPIC_TYPE;
},
getClassName:function() {
return mindplot.layout.BaseLayoutManager.NAME;
}