From f222978992700abd673cdfac95edc93283aa4643 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Fri, 15 Sep 2017 17:37:04 -0700 Subject: [PATCH] Remove comments --- notebook/static/edit/js/editor.js | 2 -- notebook/static/notebook/js/cell.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/notebook/static/edit/js/editor.js b/notebook/static/edit/js/editor.js index 6c20319cb..2c6ccfb66 100644 --- a/notebook/static/edit/js/editor.js +++ b/notebook/static/edit/js/editor.js @@ -81,8 +81,6 @@ function( "Cmd-Left": "goLineLeft", "Tab": "indentMore", "Shift-Tab" : "indentLess", - // "Cmd-Alt-[" : "indentAuto", - // "Ctrl-Alt-[" : "indentAuto", "Cmd-/" : "toggleComment", "Ctrl-/" : "toggleComment", }, diff --git a/notebook/static/notebook/js/cell.js b/notebook/static/notebook/js/cell.js index 41bcd7444..d445b3ed7 100644 --- a/notebook/static/notebook/js/cell.js +++ b/notebook/static/notebook/js/cell.js @@ -134,8 +134,6 @@ define([ "Cmd-Left": "goLineLeft", "Tab": "indentMore", "Shift-Tab" : "indentLess", - // "Cmd-Alt-[" : "indentAuto", - // "Ctrl-Alt-[" : "indentAuto", "Cmd-/" : "toggleComment", "Ctrl-/" : "toggleComment", }