mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +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() {} |