##// END OF EJS Templates
dem semicolons
Paul Ivanov -
Show More
@@ -245,7 +245,7 var IPython = (function (IPython) {
245 245
246 246 // keyboard event wasn't one of those unique to code cells, let's see
247 247 // if it's one of the generic ones (i.e. check edit mode shortcuts)
248 return IPython.Cell.prototype.handle_codemirror_keyevent.apply(this, [editor, event])
248 return IPython.Cell.prototype.handle_codemirror_keyevent.apply(this, [editor, event]);
249 249 };
250 250
251 251 // Kernel related calls.
General Comments 0
You need to be logged in to leave comments. Login now