From 20fec7b2d053eab1fdaa61bd290ac3dfc6fcec0e Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Wed, 3 Oct 2012 17:20:19 +0200 Subject: [PATCH] remove rogue codemirror onUpdate --- IPython/frontend/html/notebook/static/js/codecell.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/js/codecell.js b/IPython/frontend/html/notebook/static/js/codecell.js index c542221d7..ffbfb1a5e 100644 --- a/IPython/frontend/html/notebook/static/js/codecell.js +++ b/IPython/frontend/html/notebook/static/js/codecell.js @@ -41,7 +41,6 @@ var IPython = (function (IPython) { mode: 'python', theme: 'ipython', readOnly: this.read_only, - onUpdate: $.proxy(function(){this.set_input_prompt()},this), extraKeys: {"Tab": "indentMore","Shift-Tab" : "indentLess",'Backspace':"delSpaceToPrevTabStop"}, onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this) });