From 54d348d9045f6def62d4b1a0dcb347dd2d41f784 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Tue, 31 Jul 2007 19:50:05 +0000 Subject: [PATCH] fixed docs for File.prototype.renameTo and helma.File.renameTo to show that the expected argument is of type FileObject, not String --- helma/File.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helma/File.js b/helma/File.js index 499fc575..e4e0d38a 100644 --- a/helma/File.js +++ b/helma/File.js @@ -10,8 +10,8 @@ * * $RCSfile: File.js,v $ * $Author: czv $ - * $Revision: 1.4 $ - * $Date: 2007/02/07 23:37:23 $ + * $Revision: 1.5 $ + * $Date: 2007/03/14 10:11:24 $ */ @@ -494,7 +494,7 @@ helma.File = function(path) { * value should always be checked to make sure that the * rename operation was successful. * - * @param {String} toFile as String, new pathname for the named file + * @param {FileObject} toFile as FileObject of the new path * @returns true if the renaming succeeded; false otherwise * @type Boolean */