From 7b7515c54591ac78e11081083df029dfdfa98e77 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Sun, 31 May 2015 18:52:49 -0700 Subject: [PATCH] eod --- js/models/AppState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/AppState.js b/js/models/AppState.js index cfa6390b..c933bd44 100644 --- a/js/models/AppState.js +++ b/js/models/AppState.js @@ -36,7 +36,7 @@ AppState = Backbone.Model.extend({ superCellIndex: 0,//offset of superCell adds todo lattice? - realisticColorScheme: true, + realisticColorScheme: false, stockSimulationPlaying: false, manualSelectOrigin: false//mode that allows user ot select origin from existing cell -- GitLab