From 3b4a8e8a45ba7e127a054937ebd10b1522277dcd Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Sat, 24 Feb 2007 13:27:15 +0000 Subject: [PATCH] added @type tag for renderAsString method --- helma/Skin.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helma/Skin.js b/helma/Skin.js index 1ed90a74..d8188b97 100644 --- a/helma/Skin.js +++ b/helma/Skin.js @@ -9,9 +9,9 @@ * Copyright 1998-2006 Helma Software. All Rights Reserved. * * $RCSfile: Skin.js,v $ - * $Author: czv $ - * $Revision: 1.2 $ - * $Date: 2006/04/24 07:02:17 $ + * $Author: robert $ + * $Revision: 1.3 $ + * $Date: 2007/01/30 17:53:00 $ */ @@ -77,6 +77,7 @@ helma.Skin = function(source, encFlag) { /** * Returns the rendered skin. * @param {Object} param An optional parameter object to pass to the skin. + * @type String */ this.renderAsString = function(param) { return renderSkinAsString(skin, param);