This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Creates an instance of ClassName. | |
* @author Author Name | |
* | |
* @constructor | |
* @this {ClassName} | |
* @param {object} The settings for this class. | |
* @version v.0.0.1 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Creates a single instance of ClassName. | |
* @author Author Name | |
* | |
* @constructor | |
* @this {ClassName} | |
* @param {object} The settings for this class. | |
* @version v.0.0.1 | |
*/ |