15 lines
No EOL
174 B
JavaScript
15 lines
No EOL
174 B
JavaScript
/**
|
|
* @constructor
|
|
*/
|
|
someObject = function() {}
|
|
|
|
/**
|
|
* @constructor
|
|
* @variation 2
|
|
*/
|
|
someObject = function() {}
|
|
|
|
/**
|
|
* @memberof someObject(2)
|
|
*/
|
|
someMethod = function() {} |