##// END OF EJS Templates
Fixed code mirror bug for markdown cells
foogunlana -
Show More
@@ -227,9 +227,6 b' define(['
227 * @method handle_codemirror_keyevent
227 * @method handle_codemirror_keyevent
228 */
228 */
229
229
230 /* Correction here */
231
232
233 CodeCell.prototype.handle_codemirror_keyevent = function (editor, event) {
230 CodeCell.prototype.handle_codemirror_keyevent = function (editor, event) {
234
231
235 var that = this;
232 var that = this;
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now