From a2147ef7e515caa56bafe87e5c5a21f8d8168475 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Wed, 24 Jun 2015 15:00:05 -0700 Subject: [PATCH] small changes --- js/lattice/latticeSubclasses/GIKLattice.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/lattice/latticeSubclasses/GIKLattice.js b/js/lattice/latticeSubclasses/GIKLattice.js index 1218f0da..ec35be0f 100644 --- a/js/lattice/latticeSubclasses/GIKLattice.js +++ b/js/lattice/latticeSubclasses/GIKLattice.js @@ -14,8 +14,6 @@ define(['underscore', 'backbone', 'appState', 'globals', 'plist', 'three', 'thre require([this.getHighlighterFile()], function(superCellHighlighter){ globals.highlighter = new superCellHighlighter(); }); - appState.set("superCellRange", new THREE.Vector3(4, 1, 1)); - }, getHighlighterFile: function(){ -- GitLab