From f0010c086d482fca33a23d82846e510b26e7ca2a Mon Sep 17 00:00:00 2001 From: foogunlana Date: Sat, 29 Nov 2014 12:03:43 +0000 Subject: [PATCH] Fixed code mirror bug for markdown cells --- IPython/html/static/notebook/js/codecell.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/IPython/html/static/notebook/js/codecell.js b/IPython/html/static/notebook/js/codecell.js index 8710f4846..59bd116b8 100644 --- a/IPython/html/static/notebook/js/codecell.js +++ b/IPython/html/static/notebook/js/codecell.js @@ -227,9 +227,6 @@ define([ * @method handle_codemirror_keyevent */ - /* Correction here */ - - CodeCell.prototype.handle_codemirror_keyevent = function (editor, event) { var that = this;