mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 15:32:27 +01:00
Remove stale dump statement.
This commit is contained in:
@@ -388,7 +388,6 @@ var Editor = Module("editor", {
|
||||
},
|
||||
}, {
|
||||
extendRange: function extendRange(range, forward, re, sameWord) {
|
||||
util.dump("\n\n\n");
|
||||
function advance(positive) {
|
||||
let idx = range.endOffset;
|
||||
while (idx < text.length && re.test(text[idx++]) == positive)
|
||||
|
||||
Reference in New Issue
Block a user