From 7f7e70e5b8405ceccc75590dd7f073f058badebc Mon Sep 17 00:00:00 2001 From: John Foerch Date: Tue, 11 Mar 2014 14:38:26 -0400 Subject: [PATCH] minibuffer-read-file.js: comments --- modules/minibuffer-read-file.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/minibuffer-read-file.js b/modules/minibuffer-read-file.js index 7914592..be0821d 100644 --- a/modules/minibuffer-read-file.js +++ b/modules/minibuffer-read-file.js @@ -147,6 +147,7 @@ minibuffer.prototype.read_existing_file = function () { yield co_return(result); }; +//XXX: why '_path' instead of just 'read_directory' returning an nsIFile? minibuffer.prototype.read_directory_path = function () { function validator (x) { try { @@ -163,6 +164,7 @@ minibuffer.prototype.read_directory_path = function () { yield co_return(result); }; +//XXX: why '_path' instead of just 'read_existing_directory' returning an nsIFile? minibuffer.prototype.read_existing_directory_path = function () { function validator (x) { try { -- 2.11.4.GIT