Fix package names ...
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
mindplot.layout.boards.freemind.MainTopicBoard = mindplot.layout.boards.freemind.Board.extend({
|
||||
options:{
|
||||
|
||||
},
|
||||
initialize:function(node, layoutManager, options){
|
||||
this.parent(node, layoutManager, options);
|
||||
},
|
||||
_createTables:function(){
|
||||
return [[]];
|
||||
},
|
||||
_getTableForNode:function(node){
|
||||
return this._positionTables[0];
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user