From 00ea378a37c5daf83e0623f04a1aea8ffe7f7e08 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Wed, 7 Feb 2007 10:29:20 +0000 Subject: [PATCH] Added jsdoc comment based documentation --- helma/Aspects.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helma/Aspects.js b/helma/Aspects.js index ad2ad798..36e87b8a 100644 --- a/helma/Aspects.js +++ b/helma/Aspects.js @@ -10,8 +10,8 @@ * * $RCSfile: Aspects.js,v $ * $Author: czv $ - * $Revision: 1.2 $ - * $Date: 2006/04/24 07:02:17 $ + * $Revision: 1.3 $ + * $Date: 2007/02/07 10:27:37 $ */ @@ -41,11 +41,13 @@ helma.Aspects = function() { }; +/** @ignore */ helma.Aspects.toString = function() { return "[helma.Aspects]"; }; +/** @ignore */ helma.Aspects.prototype.toString = function() { return "[helma.Aspects Object]"; };