Skip to content

Instantly share code, notes, and snippets.

/**
* Creates an instance of ClassName.
* @author Author Name
*
* @constructor
* @this {ClassName}
* @param {object} The settings for this class.
* @version v.0.0.1
*/
/**
* Creates a single instance of ClassName.
* @author Author Name
*
* @constructor
* @this {ClassName}
* @param {object} The settings for this class.
* @version v.0.0.1
*/