Add IMindmap and INode.

This commit is contained in:
Paulo Veiga
2011-09-08 10:03:42 -03:00
parent 21f848e3df
commit 0c216778e5
21 changed files with 248 additions and 149 deletions

View File

@@ -51,7 +51,7 @@ mindplot.model.INodeModel = new Class({
},
getText : function() {
this.getProperty('text');
return this.getProperty('text');
},
setPosition : function(x, y) {
@@ -162,7 +162,7 @@ mindplot.model.INodeModel = new Class({
},
areChildrenShrinked : function() {
this.getProperty('childrenShrinked');
return this.getProperty('childrenShrinked');
},
setChildrenShrinked : function(value) {