Board index » javascript » Private static members in JavaScript
|
agendum97
Registered User |
|
agendum97
Registered User |
Private static members in JavaScript
2008-06-27 01:38:48 AM
I've found a million references on the web to the page: www.litotes.demon.co.uk/js_info/private_static.html regarding private static members. However, this page does not exist anymore. Does anybody know where it has moved to? Thanks - |
| Peter Michaux
Registered User |
2008-06-27 01:57:00 AM
Re:Private static members in JavaScript
On Jun 26, 10:38 am, agendu...@gmail.com wrote:
QuoteI've found a million references on the web to the page: -------- In the mean time, you might like some of the following articles which are in the same area of privacy in JavaScript. efficacy.net/blog/2008/05/13/widget-javascript-the-un-series-part-0 yuiblog.com/blog/2007/06/12/module-pattern/ yuiblog.com/blog/2008/05/24/durable-objects javascript.crockford.com/private.html and the free pdf chapter here yuiblog.com/blog/2008/05/05/crockford-inheritance/ Peter - |
| Peter Michaux
Registered User |
2008-06-27 02:00:00 AM
Re:Private static members in JavaScript
On Jun 26, 10:57 am, Peter Michaux <petermich...@gmail.com>wrote:
QuoteOn Jun 26, 10:38 am, agendu...@gmail.com wrote: Peter - |
| Bjoern Hoehrmann
Registered User |
2008-06-27 02:15:00 AM
Re:Private static members in JavaScript
* agendum97@gmail.com wrote in comp.lang.javascript:
QuoteI've found a million references on the web to the page: and then, if you want to find some alternate location, extract some of the phrases and use your favourite search engine to find them. -- Björn Höhrmann ?mailto:bjoern@hoehrmann.de ?bjoern.hoehrmann.de Weinh. Str. 22 ?Telefon: +49(0)621/4309674 ?www.bjoernsworld.de 68309 Mannheim ?PGP Pub. KeyID: 0xA4357E78 ?www.websitedev.de/ - |
| agendum97
Registered User |
2008-06-27 02:16:00 AM
Re:Private static members in JavaScript
On Jun 26, 11:00 am, Peter Michaux <petermich...@gmail.com>wrote:
Quoteand, of course, from the group's FAQ notes be extended to all sorts of structures of scope contained nested accessibility/visibility, including the emulation of private static members for ECMAScript objects." Thanks - |
