Ah! found one more undeclared variable.

r=dougt

--pete


git-svn-id: svn://10.0.0.236/trunk@77488 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pete%alphanumerica.com
2000-08-29 20:05:19 +00:00
parent e0347ad4d6
commit ad396e1f54

View File

@@ -578,7 +578,7 @@ leaf : function (path) {
return null;
}
fileInst = new FilePath(path);
var fileInst = new FilePath(path);
return fileInst.leafName;