From 151607a7d6cb2e22ed166310a9dfe274db59a0d8 Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Fri, 20 Feb 2015 14:09:08 -0500
Subject: [PATCH] inverse cells

---
 js/models/AppState.js | 3 ++-
 js/models/Lattice.js  | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/js/models/AppState.js b/js/models/AppState.js
index 86960202..0563a71d 100644
--- a/js/models/AppState.js
+++ b/js/models/AppState.js
@@ -19,7 +19,8 @@ AppState = Backbone.Model.extend({
         lattice: null,
         menuWrapper: null,
 
-        cellMode: "cell",
+        cellMode: "cell",//show cells vs parts
+        inverseMode: false,//show negative space
         cellType: "octa",
         connectionType: "face",
         partType: "triangle",
diff --git a/js/models/Lattice.js b/js/models/Lattice.js
index 950290f2..03e5cd54 100644
--- a/js/models/Lattice.js
+++ b/js/models/Lattice.js
@@ -442,8 +442,6 @@ Lattice = Backbone.Model.extend({
     }
 
 
-
-
 ////////////////////////////////////////////////////////////////////////////////////////
 //////////////////////////////VERTEX CONN OCTA LATTICE//////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////////////
-- 
GitLab