forked from mirrors/easyappointments
15 lines
174 B
JavaScript
15 lines
174 B
JavaScript
|
/**
|
||
|
* @constructor
|
||
|
*/
|
||
|
someObject = function() {}
|
||
|
|
||
|
/**
|
||
|
* @constructor
|
||
|
* @variation 2
|
||
|
*/
|
||
|
someObject = function() {}
|
||
|
|
||
|
/**
|
||
|
* @memberof someObject(2)
|
||
|
*/
|
||
|
someMethod = function() {}
|