mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
checking in jsdoc dir so people can generate docs themselves
This commit is contained in:
8
jsdoc-master/test/fixtures/objectlit2.js
vendored
Normal file
8
jsdoc-master/test/fixtures/objectlit2.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/** document me */
|
||||
var position = {
|
||||
axis: {
|
||||
/** document me */
|
||||
x: 0,
|
||||
y: 0
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user