- Fix undo issues over features.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-04 01:06:50 -03:00
parent 1efa24f2aa
commit 9ab4c4975c
3 changed files with 10 additions and 4 deletions

View File

@@ -55,6 +55,10 @@ mindplot.model.FeatureModel = new Class({
return this._id;
},
setId : function(id) {
this._id = id;
},
getType:function() {
return this._type;
}