added constructor tag in order to please jsdoc

This commit is contained in:
zumbrunn 2007-02-19 10:54:27 +00:00
parent 486e9a5836
commit c33c43f93c

View file

@ -10,8 +10,8 @@
* *
* $RCSfile: Aspects.js,v $ * $RCSfile: Aspects.js,v $
* $Author: czv $ * $Author: czv $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2007/02/07 10:27:37 $ * $Date: 2007/02/07 10:29:20 $
*/ */
@ -35,6 +35,8 @@ if (!global.helma) {
* Note: Each prototype that uses aspects must implement a method * Note: Each prototype that uses aspects must implement a method
* onCodeUpdate() to prevent aspects being lost when the prototype * onCodeUpdate() to prevent aspects being lost when the prototype
* is re-compiled * is re-compiled
*
* @constructor
*/ */
helma.Aspects = function() { helma.Aspects = function() {
return this; return this;