Prev: MS-ES3
Next: Using the `in` operator with host objects
From: Jung, William on 17 May 2010 19:53 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 17 May 2010 20:16 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 17 May 2010 21:00 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 18 May 2010 07:40 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
|
Pages: 1 Prev: MS-ES3 Next: Using the `in` operator with host objects |