From c33c43f93c10ca699687e3d3846d3526f9f2d084 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Mon, 19 Feb 2007 10:54:27 +0000 Subject: [PATCH] added constructor tag in order to please jsdoc --- helma/Aspects.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helma/Aspects.js b/helma/Aspects.js index 36e87b8a..62dc558a 100644 --- a/helma/Aspects.js +++ b/helma/Aspects.js @@ -10,8 +10,8 @@ * * $RCSfile: Aspects.js,v $ * $Author: czv $ - * $Revision: 1.3 $ - * $Date: 2007/02/07 10:27:37 $ + * $Revision: 1.4 $ + * $Date: 2007/02/07 10:29:20 $ */ @@ -35,6 +35,8 @@ if (!global.helma) { * Note: Each prototype that uses aspects must implement a method * onCodeUpdate() to prevent aspects being lost when the prototype * is re-compiled + * + * @constructor */ helma.Aspects = function() { return this;