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

comment out unused variable in :write command action

This commit is contained in:
Doug Kearns
2008-09-21 11:14:29 +00:00
parent 0d35d7c67d
commit 73599a1286

View File

@@ -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)