/ Published in: JavaScript
URL: http://dhtmlkitchen.com/learn/js/singleton/
Expand |
Embed | Plain Text
var myVar = new function test(){ var privateMember = value; this.publicMember = value; }
You need to login to post a comment.
URL: http://dhtmlkitchen.com/learn/js/singleton/
var myVar = new function test(){ var privateMember = value; this.publicMember = value; }
You need to login to post a comment.