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

eod

parent cf45fb09
Branches
Tags
No related merge requests found
......@@ -25,6 +25,7 @@ Lattice = Backbone.Model.extend({
addCell: function(position){
var cells = this.get("cells");
if (this.get("cellMode")=="parts") return;//remove this eventually
cells.push(new Cell(this.get("cellMode"), position));
this.set("numCells", cells.length);
window.three.render();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment