remove rogue codemirror onUpdate

This commit is contained in:
Matthias BUSSONNIER 2012-10-03 17:20:19 +02:00
parent 01cdf460cc
commit 20fec7b2d0

View File

@ -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)
});