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

Fix deprecation warning.

This commit is contained in:
Kris Maglione
2011-01-04 00:38:37 -05:00
parent 361fa347b9
commit 0d9292f09b

View File

@@ -248,7 +248,7 @@ var Editor = Module("editor", {
dactyl.assert(args.length >= 1, "No editor specified"); dactyl.assert(args.length >= 1, "No editor specified");
io.run(io.expandPath(args.shift()), args, blocking); io.run(args.shift(), args, blocking);
}, },
// TODO: clean up with 2 functions for textboxes and currentEditor? // TODO: clean up with 2 functions for textboxes and currentEditor?