1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 11:17:58 +01:00

Fix editor.editFieldExternally.

Broken in revision 40e49837cafd.
This commit is contained in:
Doug Kearns
2011-01-11 20:24:22 +11:00
parent c4ab1a4070
commit 1256e37286

View File

@@ -336,7 +336,7 @@ var Editor = Module("editor", {
throw Error("Input contains characters not valid in the current " +
"file encoding");
let lastUpdate = Date.now();
var lastUpdate = Date.now();
var timer = services.Timer(update, 100, services.Timer.TYPE_REPEATING_SLACK);
this.editFileExternally({ file: tmpfile.path, line: line, column: column }, cleanup);