From 233ef2180da0938fa42b67e2826ed548d2a9f2da Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Sun, 20 Jul 2014 17:50:11 +0200 Subject: [PATCH] remove unused variable --- IPython/html/static/notebook/js/cell.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/static/notebook/js/cell.js b/IPython/html/static/notebook/js/cell.js index 7769fea8c..a747c8077 100644 --- a/IPython/html/static/notebook/js/cell.js +++ b/IPython/html/static/notebook/js/cell.js @@ -178,7 +178,6 @@ define([ * @return {Boolean} `true` if CodeMirror should ignore the event, `false` Otherwise */ Cell.prototype.handle_codemirror_keyevent = function (editor, event) { - var that = this; var shortcuts = this.keyboard_manager.edit_shortcuts; // if this is an edit_shortcuts shortcut, the global keyboard/shortcut