From db24ae5afa00146ae709a44a28a65adf400f1aa8 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 2 Nov 2009 10:00:42 +0000 Subject: Follow HEAD (2.3pre) git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35833 d0d07461-0603-4401-acd4-de1884942a52 --- stella.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stella.js') diff --git a/stella.js b/stella.js index 18cd8a2..60c9cb6 100644 --- a/stella.js +++ b/stella.js @@ -200,7 +200,7 @@ Thanks: let file; if (filepath) { - file = io.getFile(io.expandPath(filepath)); + file = io.File(io.expandPath(filepath)); } else { file = dm.userDownloadsDirectory; } -- cgit v1.2.3