Sunday, February 17, 2013

Singleton_2


/* Singleton with Private Members, step 1. */
MyNamespace.Singleton = (function() {
return {};
})();

No comments:

Post a Comment