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