From aa64f8b03b0051bb9e051777429c3ec7e5f66234 2014-11-29 12:03:43 From: foogunlana Date: 2014-11-29 12:03:43 Subject: [PATCH] Fixed code mirror bug for markdown cells --- diff --git a/IPython/html/static/notebook/js/Untitled.ipynb b/IPython/html/static/notebook/js/Untitled.ipynb deleted file mode 100644 index 89cbe2b..0000000 --- a/IPython/html/static/notebook/js/Untitled.ipynb +++ /dev/null @@ -1,8 +0,0 @@ -{ - "cells": [], - "metadata": { - "signature": "sha256:e0b936bf1aba7d341bf3aaf2190cbb1372b3e8eefae31828e02b61ac479adc2c" - }, - "nbformat": 4, - "nbformat_minor": 0 -} \ No newline at end of file diff --git a/IPython/html/static/notebook/js/codecell.js b/IPython/html/static/notebook/js/codecell.js index 8710f48..59bd116 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;