Show More
@@ -260,7 +260,7 b' var IPython = (function (IPython) {' | |||||
260 | * |
|
260 | * | |
261 | * @method handle_keyevent |
|
261 | * @method handle_keyevent | |
262 | * @param {CodeMirror} editor - The codemirror instance bound to the cell |
|
262 | * @param {CodeMirror} editor - The codemirror instance bound to the cell | |
263 |
* @param {event} event |
|
263 | * @param {event} - key event to be handled | |
264 | * @return {Boolean} `true` if CodeMirror should ignore the event, `false` Otherwise |
|
264 | * @return {Boolean} `true` if CodeMirror should ignore the event, `false` Otherwise | |
265 | */ |
|
265 | */ | |
266 | Cell.prototype.handle_keyevent = function (editor, event) { |
|
266 | Cell.prototype.handle_keyevent = function (editor, event) { |
General Comments 0
You need to be logged in to leave comments.
Login now