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:
10
jsdoc-master/test/fixtures/var.js
vendored
Normal file
10
jsdoc-master/test/fixtures/var.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/** document me */
|
||||
const GREEN = 1,
|
||||
RED = 0;
|
||||
|
||||
/** document me */
|
||||
var validate = function(){};
|
||||
|
||||
var i,
|
||||
/** document me */
|
||||
results;
|
Reference in New Issue
Block a user