diff --git a/js/fea/DmaCell.js b/js/fea/DmaCell.js index 5e61bf1ebed52a6c7cf36215fcc2a1c5260c4436..2e2a1ca6945026ad483d395a4aee68a1ae4538ec 100644 --- a/js/fea/DmaCell.js +++ b/js/fea/DmaCell.js @@ -196,7 +196,7 @@ DMACell.prototype.destroy = function(){ DMACell.prototype.toJSON = function(){ if (!this.parts) this.parts = this._initParts(); return { - indices:this.indices, + indices:this.indices,//todo get rid of this and calculate from min and max parts: this.parts }; };