From ef3bcf6dc8ee471e6cf989342b26c7c063ebf487 Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Fri, 30 Jan 2015 01:17:04 -0500
Subject: [PATCH] small changes

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

diff --git a/js/menus/LatticeMenuView.js b/js/menus/LatticeMenuView.js
index 941d73f2..bb46a1bc 100644
--- a/js/menus/LatticeMenuView.js
+++ b/js/menus/LatticeMenuView.js
@@ -53,7 +53,7 @@ LatticeMenuView = Backbone.View.extend({
         Cell Connection:&nbsp;&nbsp;<%= formattedConnectionType %><br/>\
         Scale:&nbsp;&nbsp;<input id="latticeScale" value="<%= scale %>" placeholder="enter scale" class="form-control" type="text"><br/>\
         NumCells:&nbsp;&nbsp;<%= numCells %><br/>\
-        Show Bounding Box:<br/><br/>\
+        <br/>\
         <a href="#" id="latticeMenuClearCells" class=" btn btn-block btn-lg btn-default">Clear All Cells</a><br/>\
         ')
 
diff --git a/js/models/AppState.js b/js/models/AppState.js
index 5d2e4280..4c61b306 100644
--- a/js/models/AppState.js
+++ b/js/models/AppState.js
@@ -67,7 +67,7 @@ AppState = Backbone.Model.extend({
     },
 
     ///////////////////////////////////////////////////////////////////////////////
-    ////////////////////KEYS AND MOUSE EVENTS//////////////////////////////////////
+    /////////////////////KEY BINDINGS//////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////////
 
     _handleKeyStroke: function(e){//receives keyup and keydown
-- 
GitLab