Skip to content

Design Pattern: Singleton

fahimc edited this page Mar 10, 2013 · 1 revision

##Definition A Class that has one instance of its self.

##How To
Create a literal Object.

var Singleton =
{
name:"fahim"
}
Clone this wiki locally