From ad396e1f5460ede8e9dce8914afa41cf0db5a7c2 Mon Sep 17 00:00:00 2001 From: "pete%alphanumerica.com" Date: Tue, 29 Aug 2000 20:05:19 +0000 Subject: [PATCH] Ah! found one more undeclared variable. r=dougt --pete git-svn-id: svn://10.0.0.236/trunk@77488 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/utils/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/tests/utils/io.js b/mozilla/xpcom/tests/utils/io.js index 8ec63a5fdb6..b1424e79838 100644 --- a/mozilla/xpcom/tests/utils/io.js +++ b/mozilla/xpcom/tests/utils/io.js @@ -578,7 +578,7 @@ leaf : function (path) { return null; } - fileInst = new FilePath(path); + var fileInst = new FilePath(path); return fileInst.leafName;