##// END OF EJS Templates
Fixing this->that.
Brian E. Granger -
Show More
@@ -295,7 +295,7 b' var IPython = (function (IPython) {'
295 setTimeout(function () {
295 setTimeout(function () {
296 var isf = IPython.utils.is_focused;
296 var isf = IPython.utils.is_focused;
297 if (!isf(that.element.find('div.CodeMirror'))) {
297 if (!isf(that.element.find('div.CodeMirror'))) {
298 this.code_mirror.focus();
298 that.code_mirror.focus();
299 }
299 }
300 }, 1);
300 }, 1);
301 }
301 }
General Comments 0
You need to be logged in to leave comments. Login now