mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:52:26 +01:00
comment out unused variable in :write command action
This commit is contained in:
@@ -538,7 +538,7 @@ liberator.Buffer = function () //{{{
|
|||||||
"Save current document to disk",
|
"Save current document to disk",
|
||||||
function (args, special)
|
function (args, special)
|
||||||
{
|
{
|
||||||
var file = liberator.io.getFile(args || "");
|
//var file = liberator.io.getFile(args || "");
|
||||||
// we always want to save that link relative to the current working directory
|
// we always want to save that link relative to the current working directory
|
||||||
liberator.options.setPref("browser.download.lastDir", liberator.io.getCurrentDirectory());
|
liberator.options.setPref("browser.download.lastDir", liberator.io.getCurrentDirectory());
|
||||||
//if (args)
|
//if (args)
|
||||||
|
|||||||
Reference in New Issue
Block a user