mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
10 lines
146 B
JavaScript
10 lines
146 B
JavaScript
(function() {
|
|
|
|
/** @alias ns.Myclass# */
|
|
var x = {
|
|
/** document me */
|
|
myProperty: 'foo'
|
|
}
|
|
|
|
return x;
|
|
})(); |