Skip to content
Snippets Groups Projects
Commit 82c6698b authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

small changes

parent a1903603
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ DMACell.prototype.destroy = function(){ ...@@ -196,7 +196,7 @@ DMACell.prototype.destroy = function(){
DMACell.prototype.toJSON = function(){ DMACell.prototype.toJSON = function(){
if (!this.parts) this.parts = this._initParts(); if (!this.parts) this.parts = this._initParts();
return { return {
indices:this.indices, indices:this.indices,//todo get rid of this and calculate from min and max
parts: this.parts parts: this.parts
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment