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

Allow exporting to a directory as well as an archive with dactyl.exportHelp.

This commit is contained in:
Kris Maglione
2010-12-02 19:18:32 -05:00
parent c8f18d8d62
commit becbd989e9
6 changed files with 45 additions and 32 deletions

View File

@@ -655,6 +655,7 @@ const JavaScript = Module("javascript", {
return completer.call(obj, context, obj, args);
};
}
return arguments[0];
}
}, {
completion: function () {