From: Jung, William on
what is singleton in the following means?
singleton : $static(null),


$class("AboutScreen", {
$extends : hl.gamespot.BusyScreen,

singleton : $static(null),

$constructor : function() {
this.$base();

....
From: Garrett Smith on
Jung, William wrote:
> what is singleton in the following means?

You have a user-defined `$` function but have not posted it.

Nobody can know what your `$` will do and so and informed answered
cannot be provided.

[...]
--
Garrett
comp.lang.javascript FAQ: http://jibbering.com/faq/
From: nick on
On May 17, 7:53 pm, "Jung, William" <aopiyy...(a)yahoo.com> wrote:
> what is singleton in the following means?

No way to know for sure what it means in the snippet you posted, but
'singleton' usually refers to the 'singleton' design pattern.

http://www.google.com/search?q=singleton+pattern
From: Thomas 'PointedEars' Lahn on
Garrett Smith wrote:

> Jung, William wrote:
>> what is singleton in the following means?
>
> You have a user-defined `$` function but have not posted it.
>
> Nobody can know what your `$` will do and so and informed answered
> cannot be provided.

They have user-defined $static() and $class() functions, and a $base()
method; otherwise you are right.


PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann