From 42f788561cf930135032681b37d772b41737d189 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Thu, 28 May 2015 14:57:08 -0700 Subject: [PATCH] hide stock initially --- js/cells/supercells/GIKSuperCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cells/supercells/GIKSuperCell.js b/js/cells/supercells/GIKSuperCell.js index 222e2976..fc9190f3 100644 --- a/js/cells/supercells/GIKSuperCell.js +++ b/js/cells/supercells/GIKSuperCell.js @@ -45,7 +45,7 @@ GIKSuperCell = function(length, range, cells){ self.addChildCell(cell.setSuperCell(self, index)); }); if (this.indices) globals.three.sceneAdd(this.object3D, "supercell"); -// else (this.hide()); + else (this.hide()); this.setMode(); }; -- GitLab