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:
7
jsdoc-master/test/fixtures/aliasglobal.js
vendored
Normal file
7
jsdoc-master/test/fixtures/aliasglobal.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
(function() {
|
||||
|
||||
/** @alias <global>.log */
|
||||
var log = function() {
|
||||
}
|
||||
|
||||
})();
|
Reference in New Issue
Block a user