mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
15 lines
174 B
JavaScript
15 lines
174 B
JavaScript
/**
|
|
* @constructor
|
|
*/
|
|
someObject = function() {}
|
|
|
|
/**
|
|
* @constructor
|
|
* @variation 2
|
|
*/
|
|
someObject = function() {}
|
|
|
|
/**
|
|
* @memberof someObject(2)
|
|
*/
|
|
someMethod = function() {} |