Subj : Re: javadoc-like tool for JS? To : netscape.public.mozilla.jseng From : Smaug Date : Tue Feb 04 2003 04:14 pm Todd Trimmer wrote: > The funny thing about JavaScript is that the constructor and class are the > same verbal scope. I was thinking of a @constructor tag to differentiate > comments about to instantiate the class from the workings of the class > itself. > Just wondering what you mean about class. Isn't JavaScript a prototype based language. There is no classes (yet, we have to wait JS 2.0). -smaug .