##// END OF EJS Templates
Remove commented out lines (for tab evt)
Jonathan Frederic -
Show More
@@ -317,8 +317,6 b' var IPython = (function (IPython) {'
317 this.insert(sh);
317 this.insert(sh);
318 }
318 }
319 this.close();
319 this.close();
320 // event.codemirrorIgnore = true;
321 // event.stopPropagation();
322 //reinvoke self
320 //reinvoke self
323 setTimeout(function () {
321 setTimeout(function () {
324 that.carry_on_completion();
322 that.carry_on_completion();
General Comments 0
You need to be logged in to leave comments. Login now