remove unused variable

Matthias BUSSONNIER 12 years ago
parent 4f7f90dca8
commit 233ef2180d

@ -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

Loading…
Cancel
Save