Please forgive me if this has already been answered before. I am new to =
this group. I was trying to figure out how to show that the subclassed =
object is in another file and when the user clicks that object it clicks =
to the other file. So here is how my files look
=20
File A:
function _Class1()
{
this.Class2=3D _ Class2();
}
=20
=20
File B:
function _ Class2()
{
this.Class2Method =3D function ()
{
//statement here
}
}
=20
Class1. Class2.FileBMethod()
=20
How can I show this relationship with JSDOC. I can't seem to figure this =
out.
Hope this makes sense?
=20
Sergio Pi=F1on
Senior Software Engineer
Information Technology Department
G4S Justice Services Inc.
30201 Aventura
Rancho Santa Margarita, CA 92688
Tel: (949) 635-1600 x325
Fax: (949) 635-1614
ser...@us... <mailto:ser...@us...>=20
=20
This company is part of the Group 4 Securicor group of companies. This =
communication contains information which may be confidential, personal =
and/or privileged. It is for the exclusive use of the intended =
recipient(s). If you are not the intended recipient(s), please note that =
any distribution, forwarding, copying or use of this communication or =
the information in it is strictly prohibited. Any personal views =
expressed in this e-mail are those of the individual sender and the =
Company does not endorse or accept responsibility for them. Prior to =
taking any action based upon this e-mail message, you should seek =
appropriate confirmation of its authenticity. This message has been =
checked for viruses on behalf of the Company.
=20
|