Fixing this->that.

Brian E. Granger 12 years ago
parent 5f4d4017c1
commit 63ae9e2fd7

@ -295,7 +295,7 @@ var IPython = (function (IPython) {
setTimeout(function () {
var isf = IPython.utils.is_focused;
if (!isf(that.element.find('div.CodeMirror'))) {
this.code_mirror.focus();
that.code_mirror.focus();
}
}, 1);
}

Loading…
Cancel
Save