added @type tag for renderAsString method
This commit is contained in:
parent
5b2d866d6b
commit
3b4a8e8a45
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
||||||
* Copyright 1998-2006 Helma Software. All Rights Reserved.
|
* Copyright 1998-2006 Helma Software. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* $RCSfile: Skin.js,v $
|
* $RCSfile: Skin.js,v $
|
||||||
* $Author: czv $
|
* $Author: robert $
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
* $Date: 2006/04/24 07:02:17 $
|
* $Date: 2007/01/30 17:53:00 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -77,6 +77,7 @@ helma.Skin = function(source, encFlag) {
|
||||||
/**
|
/**
|
||||||
* Returns the rendered skin.
|
* Returns the rendered skin.
|
||||||
* @param {Object} param An optional parameter object to pass to the skin.
|
* @param {Object} param An optional parameter object to pass to the skin.
|
||||||
|
* @type String
|
||||||
*/
|
*/
|
||||||
this.renderAsString = function(param) {
|
this.renderAsString = function(param) {
|
||||||
return renderSkinAsString(skin, param);
|
return renderSkinAsString(skin, param);
|
||||||
|
|
Loading…
Add table
Reference in a new issue