[jQuery] Call function contained in object, from WITHIN object

[jQuery] Call function contained in object, from WITHIN object

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=960505618-21032008><FONT face=Arial size=2>Tried to keep the
title short and simple. I've got an object (namespace) which contains some
functions (code below). I cna easily call these methods from outside this
object</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial size=2>var wmgr = new
WindowManager();</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2>wmgr.setupIconTray();</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial size=2>But how do I call a
method contained inside the object, from another function in the SAME
object?</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial size=2>I thought it would
be as simple as restore(), but it's not working. What am I doing
wrong?</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2>CODE</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2>-------------------------------------------------------------------------------------</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial size=2>/* @jtucker added
@*/<BR>var WindowManager = function() {<BR> <BR>    return
{</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2><BR>        restore: function()
{<BR>           
nativeWindow.visible =
true;<BR>           
nativeWindow.restore();<BR>           
nativeWindow.activate();<BR>           
nativeWindow.orderToFront();<BR>        },<BR>        setupIconTray:function()
{</FONT></SPAN></DIV>
<DIV><SPAN class=960505618-21032008><FONT face=Arial
size=2>            restore();<BR>        }<BR>    }<BR>}</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV align=left><SPAN style="FONT-SIZE: 14px"><B><FONT face="Century Gothic">
<DIV align=left><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN
class=159130414-05012007><FONT face=Arial
size=2>____________________________________</FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN
class=159130414-05012007></SPAN></FONT></SPAN> </DIV>Andy
Matthews<BR></FONT></B></SPAN><SPAN style="FONT-SIZE: 11px"><FONT
face="Century Gothic"><SPAN
style="FONT-SIZE: 8.5pt; FONT-FAMILY: 'Century Gothic'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-no-proof: yes">Senior
ColdFusion Developer</SPAN><BR></FONT></SPAN><SPAN style="FONT-SIZE: 11px"><FONT
face="Century Gothic"><FONT color=#808080><SPAN
style="FONT-SIZE: 11px"></SPAN><IMG alt="" hspace=0
src="cid:960505618@21032008-12E2" align=baseline border=0></FONT><BR>Office:
 615.627.9747<BR>Fax:  615.467.6249</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 11px"><FONT face="Century Gothic"><A
href="http://www.dealerskins.com/">www.dealerskins.com</A></FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 11px"></SPAN> </DIV>
<DIV><SPAN style="FONT-SIZE: 11px"><SPAN style="FONT-SIZE: 12px"><FONT
face="Century Gothic">Total customer satisfaction is my number 1 priority! If
you are not completely satisfied with the service I have provided, please let me
know right away so I can correct the problem, or notify my manager <FONT
color=#fe6500>Aaron West</FONT> at <FONT
color=#0000ff><U>awest@dealerskins.com</U></FONT>.</FONT></SPAN></SPAN></DIV>
<DIV> </DIV></BODY></HTML>