summaryrefslogtreecommitdiff
path: root/js/codeq/console.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/console.js')
-rw-r--r--js/codeq/console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/console.js b/js/codeq/console.js
index 41aae40..90b66cd 100644
--- a/js/codeq/console.js
+++ b/js/codeq/console.js
@@ -573,7 +573,7 @@
.then((function (newLine, lineIndex) {return function () {
var cookedChars = lineIndex < lastLineIndex ? newLine + '\n' : newLine, // default
thisRow = currentRow,
- leftmost = typeof this.leftmostCol === 'number' && this.leftmostCol || 0,
+ leftmost = typeof handler.leftmostCol === 'number' && handler.leftmostCol || 0,
dh;
// first cook the input