diff --git a/js/menus/LatticeMenuView.js b/js/menus/LatticeMenuView.js index 941d73f21fff4e3f9c1735f30fa40c785515f4ed..bb46a1bc8d58fb955f6a81880bf6bc3a950cc2e8 100644 --- a/js/menus/LatticeMenuView.js +++ b/js/menus/LatticeMenuView.js @@ -53,7 +53,7 @@ LatticeMenuView = Backbone.View.extend({ Cell Connection: <%= formattedConnectionType %><br/>\ Scale: <input id="latticeScale" value="<%= scale %>" placeholder="enter scale" class="form-control" type="text"><br/>\ NumCells: <%= 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 5d2e4280796ee396529598a5e6b789a5158afeef..4c61b306ca680f36638cc6a6da61b382c65a6edb 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