From 82c6698b89c2571d97109cf5f86fe1592f71b66c Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Tue, 10 Mar 2015 23:33:17 -0400 Subject: [PATCH] small changes --- js/fea/DmaCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/fea/DmaCell.js b/js/fea/DmaCell.js index 5e61bf1e..2e2a1ca6 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 }; }; -- GitLab